Skip to content
Cursor

codebase chat for Cursor

io.github.shinzarou-eng/codebase-chat

Local-first codebase intelligence: cited answers, audits, reports. EN/FR.

client:Cursor transport:stdio runtime:npm

Install codebase chat in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "codebase-chat": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "codebase-chat-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

codebase chat in other clients