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.; mcp: This MCP server uses pre-computed code graphs to provide sub-second responses for symbol lookups, call-graph traversal, and cross-subsystem analysis. It integrates with AI agents via the Model Context Protocol, offering both default symbol context mode and experimental GraphRAG mode for deeper code exploration. The server supports caching for fast performance and works with popular MCP clients like Claude Code CLI and Cursor.
Deep repository research and analysis (e.g., architecture, contributors, issues)
AI agents understanding unfamiliar codebases instantly