strada CLI first, log in, then register strada mcp with your MCP client.npm install -g strada strada login strada whoami
strada on PATH that you already use in the terminal. The MCP server is that binary, not a separate npm package.@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
strada mcp:{ "mcpServers": { "strada": { "command": "strada", "args": ["mcp"] } } }
issues_list, logs, and query.strada setup:strada issues list --since 24h
strada login and try again.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.