Skip to main content

Documentation Index

Fetch the complete documentation index at: https://recipe.uselettuce.dev/llms.txt

Use this file to discover all available pages before exploring further.

lettuce cloud is the hosted service. Sign up, add a repo, generate an API key, point your agent at the MCP endpoint — that’s the whole flow.
  • Web appuselettuce.dev
  • MCP endpointhttps://uselettuce.dev/mcp
One thing to know as a user:
  • Tenant isolation — every request is scoped to your account by your API key. You never pass an account id; agents only ever see your account’s repos.

Adding a repo

Open uselettuce.dev/repos, click Add repo, and give it a git URL. Status moves pending → ready — usually within a minute. After that, the repo stays current automatically when you push.
Public repos only for now. Private-repo support is on the roadmap.

Connecting an agent

claude mcp add --transport http lettuce https://uselettuce.dev/mcp \
  --header "Authorization: Bearer cwz_<your-key>"
Each MCP tool takes a repo argument naming one of your repos. For per-agent install snippets (Cursor, VS Code, Windsurf, Cline, …), see Connect your agent. Next: accounts & API keys.