Developer Tools
Trust: 32/100 (Limited)io.github.Jhackman2019/codebase-context-mcp Guide
Codebase indexing and search via WASM tree-sitter. Works on ARM64 and x86_64.
by Jhackman2019
Quick Start
Install
npx codebase-context-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-jhackman2019-codebase-context-mcp": {
"command": "npx",
"args": [
"codebase-context-mcp"
]
}
}
}