kimi-code-mcp: This MCP server integrates Kimi Code (K2.5) with Claude Code, allowing Claude to delegate bulk code reading and analysis to Kimi while focusing on decision-making and code editing. It reduces Claude token consumption by using Kimi's 256K context for cheap, deep code understanding. The tool supports code analysis, querying, session management, and can be configured for different levels of output detail.; 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.
Analyze codebase architecture: Kimi reads all files, Claude acts on the report
Deep repository research and analysis (e.g., architecture, contributors, issues)