muster-mcp

JoasASantos/muster-mcp
★ 0 stars Rust AI/LLM Updated today
Rust core + MCP server for running many LLM agents in parallel without blowing your token budget — hard budget caps, automatic work dedup, and deterministic result merging.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

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

Topics

ai-agentsanthropicclaude-codededuplicationllmmcpmodel-context-protocolmulti-agentrusttoken-optimization