langgraph-dev-navigator: LangGraph-Dev-Navigator is a framework that grounds AI coding assistants in the executable truth of a specific, version-controlled codebase, reducing hallucinations and improving code reliability. It uses a local git submodule of the official LangGraph repository as ground truth, combined with a knowledge server providing Retrieval-Augmented Generation (RAG) and Knowledge Graph validation. The goal is to create a development environment where AI-generated code is more reliable and aligned with project-specific best practices.; context-mode: Every tool call in an MCP (Model-Controller-Program) environment dumps raw data into the context window, quickly consuming space and causing the agent to lose track of ongoing tasks. Context Mode is an MCP server that tackles this by sandboxing tool outputs to significantly reduce context usage, tracking session events in SQLite for continuity, and promoting 'think in code' to minimize data processing within the LLM.
Developing LangGraph applications with AI assistance that uses accurate, version-matched documentation
Deep repository research and analysis (e.g., architecture, contributors, issues)