Disentinel/grafema
🔌 MCP ServerDisentinel
A semantic code graph MCP server enabling AI agents to navigate code structures instead of raw files.
Grafema revolutionizes how AI agents interact with large codebases by moving away from traditional line-by-line file reading. It indexes projects into a sophisticated typed graph where nodes represent code entities (functions, types, modules) and edges represent semantic relationships (CALLS, IMPORTS, DATAFLOW, EFFECTS). This structural representation allows agents to perform deep analysis, such as tracing call chains, verifying invariants, and mapping complex data flows across files. With over 40 built-in tools, Grafema enables agents to query the codebase's architecture, identify dependencies, and understand the impact of changes with high precision. It is designed to be easily integrated into any MCP-compatible environment, significantly reducing hallucination and context-window waste by providing agents with a high-level map of the software architecture.
💡Highlights
- ├─Typed graph of code entities
- ├─40+ tools for code analysis
- └─Supports call-chain tracing
🎯For
- ├─AI Software Engineers
- └─AI Agent Developers