
An MCP server delivering architecture-level code knowledge to AI assistants.

The tool extracts abstract syntax trees across dozens of languages and constructs nodes for code elements along with edges representing calls, inheritance, and containment. Multiple module graphs merge into a unified structure that enables queries about cross-module impacts and hierarchies without requiring external services or specialized hardware. Hybrid retrieval combines precise lexical matching with dense vector similarity to surface relevant results even when terminology varies. All processing stays on the local machine using an embedded database, ensuring no data leaves the user's control and eliminating latency from remote APIs. By supplying full graph context at the start of each session, the server allows AI coding environments to move beyond isolated file analysis toward informed decisions on refactoring, dependency tracing, and system-wide changes.
Supplies AI coding assistants with a structural knowledge graph of classes, functions, and files so they can reason about hierarchies, call chains, and module ownership instead of treating each file in isolation.
Enables blast radius and cross-module hierarchy queries that reveal which parts of a codebase would be affected by a proposed edit or refactoring.
Merges graphs from separate modules into one global graph and supports hybrid BM25 plus dense vector search for concept-level questions across the entire project.
Pricing model: Open Source. Plan details are indicative — check the site for current prices.
Our take: codesynapse is a solid coding & dev choice. It's valued for zero cloud dependencies and fully local and 32 mcp tools for architecture-level context. The main trade-off is early-stage project (single commit). A good pick if you want capable AI without a high upfront cost.
No. It runs entirely locally using Tree-sitter for AST extraction, Model2Vec embeddings, and an embedded Sled database.
codesynapse is a solid coding & dev choice. It's valued for zero cloud dependencies and fully local and 32 mcp tools for architecture-level context. The main trade-off is early-stage project (single commit). A good pick if you want capable AI without a high upfront cost.
Verified reviews from the community shape this tool's rating.
Loading reviews…
Similar coding & dev tools worth comparing.