mcp-1panel

mcp-1panel

116

1Panel MCP Server is a Model Context Protocol server implementation for 1Panel, offering various installation methods and support for different running modes. It provides tools for system management, website handling, certificate management, application installation, and database handling.

What are the system requirements for running 1Panel MCP Server?

The server requires Go 1.23 or later for building from source and Docker for containerized deployment. It supports multiple architectures including amd64, arm64, arm/v7, s390x, and ppc64le.

How can I configure the server to use a specific access token?

You can configure the server by setting the PANEL_ACCESS_TOKEN environment variable in your configuration file or Docker environment settings.

What is the difference between stdio and sse modes?

Stdio mode uses standard input/output for communication, while sse mode uses Server-Sent Events for real-time updates and communication.

Can I run the server on a non-Linux platform?

Yes, the server can be run on any platform that supports Go and Docker, including Windows and macOS.

How do I update the server to the latest version?

You can update the server by downloading the latest release, rebuilding from source, or using the Go install command with the latest tag.