The 1Panel MCP Server repository provides an implementation of the Model Context Protocol server for 1Panel, enabling tools to interact with and manage 1Panel instances through stdio or SSE transport.
1Panel MCP Server is an implementation of the Model Context Protocol (MCP) server designed for seamless integration with 1Panel. It facilitates interaction with 1Panel through tools like Cursor and Windsurf.
The server can be installed either by building from source, requiring Go 1.23.0 or higher and an existing 1Panel installation. Alternatively, it can be installed using go install github.com/1Panel-dev/mcp-1panel@latest
.
The server supports both stdio
and sse
transport modes. Configuration examples are provided for both modes, demonstrating how to specify the command, URL, environment variables, and access tokens. Command-line options include -token
, -host
, -transport
, and -addr
. Environment variables like PANEL_HOST
and PANEL_ACCESS_TOKEN
can also be used for configuration.
1Panel-dev/mcp-1panel
March 18, 2025
March 28, 2025
Go