The lettuce cloud MCP endpoint isDocumentation Index
Fetch the complete documentation index at: https://recipe.uselettuce.dev/llms.txt
Use this file to discover all available pages before exploring further.
https://uselettuce.dev/mcp, authenticated with a cwz_… API
key. Any MCP-capable agent can connect to it.
If you don’t have an API key yet, grab one from
uselettuce.dev/keys
(see Quickstart, step 2 for screenshots).
Replace
cwz_<your-key> in every snippet below with the value you copied
from the API keys page. The configs differ mostly in where the file
lives.Claude Code
Theclaude CLI registers the server for you — no file editing.
Cursor
Open Cursor settings
Cmd/Ctrl + , → search MCP → Edit in mcp.json. Or edit
.cursor/mcp.json in your project (project-scoped) or
~/.cursor/mcp.json (global).VS Code (GitHub Copilot)
Copilot’s agent mode reads.vscode/mcp.json. Note the top-level key is
servers, not mcpServers.
Windsurf
Cline
Add a remote server
Choose Remote (HTTP).
URL:
https://uselettuce.dev/mcp.
Add a header: name Authorization, value Bearer cwz_<your-key>.OpenCode
OpenCode readsmcp.json from the project or user config directory.
Codex CLI / other stdio-only clients
Some MCP clients only speak stdio. Bridge them to the HTTP endpoint withmcp-remote:
Verify
Ask the agent a question about your codebase — “where is the auth middleware?” — and confirm it calls alettuce tool (Claude Code shows
this in the tool-use box; Cursor shows it in the Composer log).
Next: nudge the agent to use it
Installing the MCP gives the agent the tools. It still needs a line in its system prompt telling it when to use them. See Agent instructions for the snippet and where to paste it for each agent (CLAUDE.md,.cursor/rules, Copilot
instructions, Windsurf rules, Cline custom instructions).