mcp-server-manager

antruongnguyen/mcp-server-manager
★ 4 stars Rust ⚙️ DevOps Updated 10d ago
A Model Context Protocol Server Manager (MCPSM) that orchestrates the MCP servers, manages their configurations, and provides a user-friendly interface for monitoring and controlling server instances.
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": {
    "mcp-server-manager": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "mcp-server-manager"
      ]
    }
  }
}