Server Manager
MCP server lifecycle manager with health checks, auto-restart, and graceful shutdown
Ask AI about Server Manager
Powered by Claude Β· Grounded in docs
I know everything about Server Manager. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
MCP Server Manager
The all-in-one CLI tool to manage your MCP servers across all clients
The Problem
Managing MCP servers across multiple AI clients (Claude Desktop, Cursor, Windsurf, VS Code, Zed) is fragmented and tedious:
- π§ Scattered configs - Each client has its own config file in different locations
- π Manual sync - Adding a server means manually editing multiple JSON files
- ποΈ No visibility - Hard to know which servers are working or failing
- π§ͺ No testing - Can't easily verify servers before using them in your workflow
This friction slows down development and makes server management error-prone.
The Solution
MCP Server Manager is a unified CLI + TUI tool that centralizes MCP server management with a single gateway pattern. Add servers once, connect your clients, and everything stays in sync automatically.
Key Features:
- π― Gateway Pattern - One gateway, all clients
- π¨ Interactive TUI - Beautiful terminal UI with keyboard shortcuts and customizable themes
- β‘ Automatic Sync - Changes propagate to all clients instantly
- π§ͺ Built-in Testing - Verify servers before using them
- π Token Tracking - Monitor context usage per server
- π¦ Profile Management - Group servers for different contexts with cloning support
- π¨ Theme Customization - Choose from three color palettes (default, minimal, colorful)
Installation
NPM
npm install -g mcp-server-manager
Bash (curl)
curl -fsSL https://raw.githubusercontent.com/MateusTorquato/mcp-server-manager/main/scripts/install.sh | bash
PowerShell
irm https://raw.githubusercontent.com/MateusTorquato/mcp-server-manager/main/scripts/install.ps1 | iex
Quick Start
Launch the TUI
mcpsm
Or use CLI commands
# List all servers
mcpsm list
# Add a server
mcpsm add myserver --type stdio --command "npx" --args "-y @modelcontextprotocol/server-filesystem /tmp"
# Test all servers
mcpsm test
# Connect a client
mcpsm clients connect claude
For complete command reference and guides, see the documentation.
Contributing
Contributions are welcome! Please see our contributing guidelines for details.
License
MIT Β© Mateus Torquato
