{ "mcpServers": { "kcap-review": { "command": "kcap", "args": ["mcp", "review"], "description": "PR review context tools — query implementation session transcripts to understand why code was changed. Pass the target PR as a `pr` argument to each tool (e.g. 'owner/repo#123' or a github.com URL) or run from a branch with an open PR for auto-detection." }, "kcap-sessions": { "command": "kcap", "args": ["mcp", "sessions"], "cwd": "${CLAUDE_PROJECT_DIR}", "description": "Search and recall past Kurrent Capacitor sessions — the reasoning behind prior work (why / what-was-tried / who-decided / when). For 'have we done X before' or 'why did we' questions, reach for search_sessions before git log or grep. Repo-aware: cd into a project and search_sessions defaults to that repo's sessions." }, "kcap-flows": { "command": "kcap", "args": ["mcp", "flows"], "cwd": "${CLAUDE_PROJECT_DIR}", "description": "Structured AI agent flows — start_review_flow, submit_review_round, get_review_flow_status, close_review_flow (review-specific) plus their generic equivalents start_flow, send_to_participant, get_flow_status, close_flow (any flow-definition catalog id). Launches a SEPARATE hosted participant agent through your daemon and iterates to sign-off; requires `kcap login` and a running daemon with this repo checked out (the tools are inert otherwise). Use only when the user explicitly asks for a review flow / agent flow / to submit for review — for an ordinary 'review my PR' or 'code review' request, review directly and do not call these tools." }, "kcap-memory": { "command": "kcap", "args": ["mcp", "memory"], "cwd": "${CLAUDE_PROJECT_DIR}", "description": "Team memory — search, read, and save durable learnings scoped to you, your team, or the org." }, "kcap-workitems": { "command": "kcap", "args": ["mcp", "workitems"], "cwd": "${CLAUDE_PROJECT_DIR}", "description": "Attach the current session to a work item (issue, PR, or a brand-new item) on the Capacitor server, and list the work items a session is attached to." }, "kcap-analytics": { "command": "kcap", "args": ["mcp", "analytics"], "cwd": "${CLAUDE_PROJECT_DIR}", "description": "Query the org's AI coding-agent analytics (sessions, tools, tokens, cost, commits, PRs, evals) with governed read-only SQL. For 'what did we spend', 'which tools/models do we use', 'how many sessions' questions: call get_analytics_schema once, then query_analytics. Repo-aware: defaults to the current repo; pass scope 'global' for org-wide." } } }