easypanel-mcp
by dray-supadev
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP port (default: 3100) | 3100 |
| MCP_API_KEY | No | Shared key protecting the endpoint (required for Bearer HTTP mode) | |
| EASYPANEL_URL | No | Your EasyPanel URL | |
| EASYPANEL_TOKEN | No | API token from login (not needed in OAuth mode) | |
| MCP_ACCESS_MODE | No | 'full' (default) or 'readonly' | full |
| OAUTH_ISSUER_URL | No | Public URL of this server (e.g. https://mcp.example.com) - required for OAuth mode | |
| OAUTH_STORE_PATH | No | Where to persist OAuth state (default ./.easypanel-mcp-oauth.json) | |
| EASYPANEL_MCP_MODE | No | 'stdio' (default) or 'http' | stdio |
| EASYPANEL_AUTH_MODE | No | 'bearer' (default) or 'oauth' | bearer |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dray-supadev/easypanel-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server