Odel
codebase context mcp

codebase context mcp

Local
@jhackman2019TypeScriptMITUpdated 6mo ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmcodebase-context-mcpv1.0.1

Run

npx -y codebase-context-mcp

MCP client config

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