codemesh

gkatte/codemesh
★ 0 stars Python 🗄️ Database Updated 1d ago
BM25 keyword search + graph walk for code intelligence. 100% local. No API keys. 9 languages. MCP server for AI coding agents.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "codemesh": {
      "command": "uvx",
      "args": [
        "codemesh"
      ]
    }
  }
}

Or install with pip: pip install codemesh

README Excerpt

**BM25 keyword search + graph walk for code intelligence.** CodeMesh builds a local semantic knowledge graph of codebases — symbol relationships, call graphs, and code structure — so AI coding agents can query the graph instantly instead of scanning files with grep and glob. **100% local. No API keys. No external services. SQLite only.**

Tools (10)

codemesh_calleescodemesh_callerscodemesh_contextcodemesh_explorecodemesh_filescodemesh_graphcodemesh_impactcodemesh_nodecodemesh_searchcodemesh_status

Topics

ai-agentsbm25code-intelligencecode-searchknowledge-graphlocal-firstmcptree-sitter