mcp-1panel

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.

100
7

1Panel MCP Server

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.

Installation

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.

Usage

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.

Repository

1P
1Panel-dev

1Panel-dev/mcp-1panel

Created

March 18, 2025

Updated

March 28, 2025

Language

Go

Category

System Tools