mcp-server-manager

vlazic/mcp-server-manager
★ 15 stars Go 🤖 AI/LLM Updated 19d ago
A cross-platform, single-binary manager for Model Context Protocol (MCP) servers, built with Go and a reactive HTMX web interface.
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": {
    "mcp-server-manager": {
      "command": "go",
      "args": [
        "run",
        "github.com/vlazic/mcp-server-manager@latest"
      ]
    }
  }
}

Topics

aiconfiguration-managementdev-toolsgogolanghtmxllmmcpmodel-context-protocolself-hostedsingle-binary