MCP configuration manager — enable, disable, and sync MCP servers across AI clients from one place
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcpup": {
"command": "go",
"args": [
"run",
"github.com/mohammedsamin/mcpup@latest"
]
}
}
}
Run in terminal:
claude mcp add mcpup go run github.com/mohammedsamin/mcpup@latest
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcpup": {
"command": "go",
"args": [
"run",
"github.com/mohammedsamin/mcpup@latest"
]
}
}
}