Skip to content
Cursor

codebase context mcp for Cursor

io.github.jhackman2019/codebase-context-mcp

Codebase indexing and search via WASM tree-sitter. Works on ARM64 and x86_64.

client:Cursor transport:stdio runtime:npm

Install codebase context mcp in Cursor

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

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

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

codebase context mcp in other clients