mcpup

mohammedsamin/mcpup
★ 12 stars Go 🤖 AI/LLM Updated 13d ago
MCP configuration manager — enable, disable, and sync MCP servers across AI clients from one place
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": {
    "mcpup": {
      "command": "go",
      "args": [
        "run",
        "github.com/mohammedsamin/mcpup@latest"
      ]
    }
  }
}