graphdex
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@graphdexshow me the callers of the render function"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
graphdex
The code graph that's never stale.
A Python library + CLI + MCP server that maintains an always-correct structural code graph (functions, classes, imports, calls, tests) and serves token-budgeted, confidence-labeled context to AI coding agents.
Status: v0.1 core engine in development — Python parsing, two-pass
import-aware resolution, subtoken search, and CLI are implemented; freshness
(self-healing reads) and the MCP server land next. Design spec:
docs/superpowers/specs/2026-07-17-graphdex-design.md.
Why graphdex
Code-graph tools for AI agents share four recurring weaknesses:
Problem elsewhere | graphdex answer |
Stale graphs served as fresh when watchers die | Self-healing reads — every query dirty-checks the working tree and repairs the graph inline; every response carries a |
Cross-file calls matched by bare name (false blast radii) | Import-aware two-pass resolution with per-edge confidence tiers ( |
30 MCP tools taxing every agent request | 8 consolidated tools that return source snippets inline within a |
Search that only sees exact identifier names | Subtoken FTS5 indexing — |
Related MCP server: Graft
Planned surfaces (v1)
Library:
from graphdex import Graphdex; gd = Graphdex("."); gd.callers_of("login")CLI:
graphdex build | status | search | impact | serveMCP:
graphdex serve(stdio) — works with Claude Code, Cursor, Codex, and any MCP client
v1 languages: Python, TypeScript, JavaScript (+JSX/TSX), Go, Rust, Java.
Credits
Clean-room implementation inspired by the excellent code-review-graph (MIT) — our analysis of its trade-offs shaped this design. No code is copied from it.
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceProvides AI assistants with a structured, token-efficient map of a codebase's symbols, dependencies, and relationships via MCP tools like overview, query, and impact analysis.8MIT
- AlicenseBqualityDmaintenanceLocal-first codebase context engine that parses code into a ranked dependency graph and serves it to AI tools via MCP for deep structural understanding.581MIT
- AlicenseNot gradedqualityAmaintenanceProvides code intelligence for AI coding agents by indexing repositories into a hybrid knowledge graph, enabling agents to query dependencies, impact, and context through 28 MCP tools.3Apache 2.0
- FlicenseNot gradedqualityCmaintenanceProvides structural code intelligence via 26 MCP tools, enabling AI assistants to query code symbols, dependencies, and call graphs accurately without file-pasting.
Related MCP Connectors
Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).
Give your AI agent a persistent map of your project's structure, dependencies, and bugs.
AI Agent with Architectural Memory. Impact analysis (free), tests and code from the graph (pro).
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vanshpatil16/graphdex'
If you have feedback or need assistance with the MCP directory API, please join our Discord server