MCP Directory
Back

claude-context-local

by FarhanAliRaza · Python · ★ 224

Code search MCP for Claude Code. Make entire codebase the context for any coding agent. Embeddings are created and stored locally. No API cost.

#agent#ai-coding#claude#claude-code#code-generation#code-search#mcp#merkel-tree#python#vibe-coding

Install

pip install git+https://github.com/FarhanAliRaza/claude-context-local.git

Claude Desktop config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "claude-context-local": {
      "command": "uvx",
      "args": [
        "git+https://github.com/FarhanAliRaza/claude-context-local.git"
      ]
    }
  }
}

From the README

[](mailto:farhanalirazaazeemi@gmail.com) Claude Context without the cloud. Semantic code search that runs 100% locally using EmbeddingGemma. No API keys, no costs, your code never leaves your machine. - 🔍 **Find code by meaning, not strings** - 🔒 **100% local - completely private** - 💰 **Zero API costs - forever free** - ⚡ **Fewer tokens in Claude Code and fast local searches** An intelligent code search system that uses Google's EmbeddingGemma model and advanced multi-language chunking to provide semantic search capabilities across 15 file extensions and 9+ programming languages, integr…
Read full README on GitHub →

💡 Need a managed MCP host?

Try Claude Pro for the smoothest MCP experience, or browse our cloud-hosted servers.

Related ai & ml servers