mcp-orchestrator

Jemplayer82/mcp-orchestrator
★ 0 stars Python 🔌 API Integration Updated today
Self-hosted MCP app store — browse a catalog of MCP servers, fill in your secrets, click Deploy. Supports Portainer REST API and Docker socket targets.
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": {
    "mcp-orchestrator": {
      "command": "uvx",
      "args": [
        "mcp-orchestrator"
      ]
    }
  }
}

Or install with pip: pip install mcp-orchestrator