Github Jhackman2019 Codebase Context Mcp
Codebase indexing and search via WASM tree-sitter. Works on ARM64 and x86_64.
About This MCP Server
Popular codebase-indexing MCP servers like @zilliz/claude-context-mcp depend on native C++ bindings (tree-sitter, faiss-node) that ship pre-built binaries only for x86_64. If you're on ARM64 — a Raspberry Pi, Apple Silicon Mac, AWS Graviton, or any other arm64 host — npm install fails with missing prebuilts and no fallback. There's no workaround short of cross-compiling the native modules yourself.
This package replaces every native dependency with a WASM equivalent. The tree-sitter parser runs as WebAssembly, search uses a pure-JS BM25 implementation, and the index is stored as plain JSON. Zero native bindings means npm install succeeds on the first try on any architecture: ARM64, x86_64, macOS, Linux, Windows.
Drop-in compatible — provides the same core tools (index, search, outline, summary) via the standard MCP stdio transport.
TypeScript, TSX, JavaScript, Python, C#, VB.NET, XML, CSS, JSON
Or from a local clone:
Specifications
Hosting
Hosting Options
- Package
API
Integrate this server into your application. Choose a connection method below.
Install
npm install && npm run buildPerformance
Usage
Quick Reference
- Name
- Github Jhackman2019 Codebase Context Mcp
- Function
- Codebase indexing and search via WASM tree-sitter. Works on ARM64 and x86_64.
- Transport
- Package
- Language
- JavaScript/TypeScript
- Install
- npm install && npm run build
- Source
- External (Registry)
- License
- Open Source
Ready to integrate this MCP server?
Book a demo to see how this server fits your workflow, or explore the full catalog.