Skip to content
Cline

codebase context mcp for Cline

io.github.jhackman2019/codebase-context-mcp

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

client:Cline transport:stdio runtime:npm

Install codebase context mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

codebase context mcp in other clients