mcpdock

hsingjui/mcpdock
★ 8 stars Rust 📦 Other Updated today
MCP server management and aggregation gateway on your desktop.
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": {
    "mcpdock": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcpdock"
      ]
    }
  }
}