★ 4 stars
Rust
⚙️ DevOps
Updated 1mo 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 →
Try with Claude — $10 free →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-manager": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-server-manager"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add mcp-server-manager cargo run -- mcp-server-manager
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-manager": {
"command": "cargo",
"args": [
"run",
"--",
"mcp-server-manager"
]
}
}
}
📋 Copy