LangGraph-Context-MCP

KarimHabib100/LangGraph-Context-MCP
★ 0 stars Python Search Updated today
MCP server that parses LangGraph codebases into a structural graph model with semantic search
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "langgraph-context-mc": {
      "command": "uvx",
      "args": [
        "langgraph-context-mcp"
      ]
    }
  }
}

Or install with pip: pip install langgraph-context-mcp

README Excerpt

<div align="center"> **Ask your LangGraph codebase what it actually does — structurally, not by grepping.** </div> --- LangGraph Context MCP is a Model Context Protocol server that parses a LangGraph Python codebase into a structural graph model — nodes, edges, conditional routing, tool bindings — and layers local

Tools (12)

DATABASE_URLINFOLANGGRAPH_CONTEXT_EMBEDDING_MODELLANGGRAPH_CONTEXT_LOG_LEVELexplain_conditionalget_graph_summaryindex_reporeindexsemantic_search_nodestrace_pathuvxwhat_calls_tool