UtilityBelt

richardanaya/UtilityBelt
★ 9 stars Rust 💻 Code/Dev Tools Updated 11mo ago
Talk to MCP servers from aider
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "utilitybelt": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "UtilityBelt"
      ]
    }
  }
}