mcp-workspace: This MCP server enables AI assistants like Claude to interact with your local file system. It provides operations such as reading, writing, editing, and deleting files within a specified project directory. All operations are securely contained within the directory.; 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.
Read existing code and project files
Deep repository research and analysis (e.g., architecture, contributors, issues)