mcp-1panel

1Panel-dev/mcp-1panel
★ 142 stars Go 🧠 Memory/Knowledge Updated 2mo ago
mcp-1panel is an implementation of the Model Context Protocol (MCP) server for 1Panel.
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-1panel": {
      "command": "go",
      "args": [
        "run",
        "github.com/1Panel-dev/mcp-1panel@latest"
      ]
    }
  }
}

Topics

1panelmcpmcp-server