mcp-adjutant

andrzejwitkowski/mcp-adjutant
★ 0 stars Rust Code/Dev Tools Updated 2d ago
An advanced Model Context Protocol (MCP) server acting as an operational adjutant for premium LLMs. It autonomously offloads codebase scouting, context pruning, test generation, and compiler triage to cost-effective models (DeepSeek Flash), eliminating context window inflation and cutting token costs in Cursor, open code etc.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-adjutant": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-adjutant"
      ]
    }
  }
}