Agent-readable docs index: /llms.txt. Full docs in one file: /llms-full.txt. Download /docs.zip to grep all markdown files locally.

Install

Install the strada CLI first, log in, then register strada mcp with your MCP client.
npm install -g strada strada login strada whoami
Use the same strada on PATH that you already use in the terminal. The MCP server is that binary, not a separate npm package.

One-liner with install-mcp

@playwriter/install-mcp writes the client config for you. Pass the full command so the client starts the MCP server, not the TUI:
npx @playwriter/install-mcp 'strada mcp' --client cursor npx @playwriter/install-mcp 'strada mcp' --client claude-desktop npx @playwriter/install-mcp 'strada mcp' --client vscode npx @playwriter/install-mcp 'strada mcp' --client claude-code npx @playwriter/install-mcp 'strada mcp' --client opencode
Supported clients include Cursor, Claude Desktop, VS Code, Windsurf, Claude Code, OpenCode, Zed, Goose, Cline, Codex, and Gemini CLI. See the install-mcp client list.

Manual Cursor config

If you edit the file yourself, add a stdio server that runs strada mcp:
{ "mcpServers": { "strada": { "command": "strada", "args": ["mcp"] } } }
Restart the client after saving. The server should list tools such as issues_list, logs, and query.

Check that it works

From a terminal in a folder that already has strada setup:
strada issues list --since 24h
If that command prints issues, the MCP tools in the same folder will too. If it asks you to log in, run strada login and try again.
The TUI (strada with no arguments) is not an MCP tool. Clients must spawn strada mcp, not strada.
login, logout, database create, and database upgrade are also not tools. Run those in a terminal.