Open Source LangGraph MCP Server Parses Graph Structure Precisely
karimhabib · reddit · 2026-08-19
- Core Function: Released an open-source MCP server specifically designed to understand LangGraph graph structures. Unlike generic code-search tools that rely on grep, it parses the LangGraph codebase into a real structural model (including nodes, edges, conditional routing, and Command calls) with local semantic search on top.
- Problem Solved: Addresses the inefficiency of tools like Claude Code re-reading entire repositories for every architecture query. It accurately answers logic flow questions (e.g., "what happens after a node if the API call fails") based on the parsed graph structure.
- Technical Details: Uses pure Python stdlib ast (no tree-sitter), supports local embeddings (runs fully offline after initial model download, no API key), defaults to SQLite (optional pgvector), and is MIT licensed.
- Limitations: Variadic bindtools() calls cannot be statically resolved; dynamically constructed nodes inside loops are collapsed; currently supports LangGraph/Python only.
- Compatibility: As an MCP server, it works with Claude Code, Claude Desktop, Cursor, and Codex.
More from coding & agent
- Agents can now highlight specific lines in code diffs for better reviews — simpsoka · 2026-08-19
- Demystifying Agent Skills: Why They Work-Until They Don't — Zhiyuan Jiang · 2026-08-19
- JetBrains Targets Students with Videos Claiming AI Coding Holds Them Back — paul_cal · 2026-08-19
- Next-Gen Agent Frameworks: Auto-Integrated Coded Extensions — _philschmid · 2026-08-19
- Engineer Open Sources Desktop Robot Using On-Device Model to Capture Emotions in Overlap Zones — 面壁智能 · 2026-08-19
- T3 Code author debunks critical report, citing outdated installs — CtrlAltDwayne · 2026-08-19