Codebase indexing and search via WASM tree-sitter. Works on ARM64 and x86_64.
MCP server for codebase indexing and search that works on every platform — including ARM64 devices like Raspberry Pi and Apple Silicon where most alternatives fail. Popular codebase-indexing MCP servers like depend on native C++ bindings (, ) that ship pre-built binaries only for x8664. If you're on ARM64 — a Raspberry Pi, Apple Silicon Mac, AWS Graviton, or any other arm64 host — fails with…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
MCP server for codebase indexing and search that works on every platform — including ARM64 devices like Raspberry Pi and Apple Silicon where most alternatives fail. Popular codebase-indexing MCP servers like depend on native C++ bindings (, ) that ship pre-built binaries only for x8664. If you're on ARM64 — a Raspberry Pi, Apple Silicon Mac, AWS Graviton, or any other arm64 host — fails with missing prebuilts and no fallback. There's no workaround short of cross-compiling the native modules…