1Panel MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| ONEPANEL_HOST | No | The 1Panel host address. | localhost |
| ONEPANEL_PORT | No | The port for the 1Panel API. | 8080 |
| ONEPANEL_API_KEY | Yes | The API key generated in the 1Panel dashboard (Panel Settings). | |
| ONEPANEL_PROTOCOL | No | The protocol used to connect to 1Panel (http or https). | http |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_containersB | List all Docker containers |
| start_containerC | Start a container |
| stop_containerC | Stop a container |
| restart_containerC | Restart a container |
| list_imagesB | List Docker images |
| pull_imageC | Pull a Docker image |
| list_installed_appsC | List installed apps |
| list_app_storeD | List app store |
| list_filesD | List files |
| get_system_infoC | Get system info |
| get_system_monitorC | Get system monitor data |
| list_websitesD | List websites |
| list_databasesD | List databases |
| list_composesB | List compose projects |
| list_certificatesB | List SSL certificates |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 15 tools
Every tool has a clearly distinct purpose targeting specific resources like system info, containers, images, files, or certificates. There is no overlap in functionality—each tool name precisely indicates what it operates on, eliminating any ambiguity for agent selection.
All tool names follow a consistent verb_noun pattern, primarily using 'list_' for retrieval operations and specific verbs like 'get_', 'pull_', 'restart_', 'start_', and 'stop_' for other actions. This uniformity makes the tool set predictable and easy to navigate.
With 15 tools, the server is well-scoped for managing a 1Panel system, covering key areas like system monitoring, Docker container management, app handling, and file/certificate operations. Each tool earns its place without feeling excessive or insufficient for the domain.
The tool set provides comprehensive coverage for monitoring and managing a 1Panel system, including CRUD-like operations for containers (start, stop, restart) and listing various resources. Minor gaps exist, such as no tools for creating or deleting containers, images, or certificates, but agents can still perform core workflows effectively.