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).
Run
npx -y codebase-context-mcp
MCP client config
{
"mcpServers": {
"codebase-context-mcp": {
"command": "npx",
"args": [
"-y",
"codebase-context-mcp"
]
}
}
}