codescout: codescout is an MCP server that provides AI coding agents with IDE-grade code intelligence, including symbol navigation, semantic search, persistent memory, and workspace-wide artifact tracking. It is optimized for token efficiency and works with Claude Code, GitHub Copilot, Cursor, and any MCP-capable agent. It supports multi-project workspaces and integrates deeply with LSP across 9 languages.; 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.
Navigate and understand codebases without reading full files
Deep repository research and analysis (e.g., architecture, contributors, issues)