A cross-platform, single-binary manager for Model Context Protocol (MCP) servers, built with Go and a reactive HTMX web interface.
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": "go",
"args": [
"run",
"github.com/vlazic/mcp-server-manager@latest"
]
}
}
}
Run in terminal:
claude mcp add mcp-server-manager go run github.com/vlazic/mcp-server-manager@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-server-manager": {
"command": "go",
"args": [
"run",
"github.com/vlazic/mcp-server-manager@latest"
]
}
}
}