Claude Context Local
pulsemcp/claude context localProvides local semantic code search using EmbeddingGemma embeddings and FAISS vector indexing with intelligent AST chunking for Python, JavaScript, TypeScript, JSX, TSX, and Svelte codebases, featuring incremental Merkle tree-based change detection and 100% local operation for private code exploration and contextual assistance.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"claude_context_local": {
"url": "None",
"transport": "http"
}
}
}