VPS MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORTAINER_URL | Yes | The URL of your Portainer instance | |
| PORTAINER_API_KEY | Yes | Your Portainer API key |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| set_portainer_configB | Configure Portainer connection settings (URL, API Key, Endpoint ID). The settings are saved to the .env file. |
| get_portainer_configB | Get current Portainer configuration (API key is masked for security) |
| test_portainer_connectionB | Test the connection to Portainer API with current configuration |
| list_endpointsA | List available Portainer endpoints to find the correct Endpoint ID. Use this when you get an "Object not found" error during connection test. |
| list_containersC | List all Docker containers |
| get_containerC | Get detailed information about a specific container |
| start_containerC | Start a stopped container |
| stop_containerC | Stop a running container |
| restart_containerC | Restart a container |
| remove_containerC | Remove a container |
| create_containerC | Create a new container |
| list_imagesC | List all Docker images |
| get_imageB | Get detailed information about a specific image |
| pull_imageC | Pull an image from a registry |
| remove_imageC | Remove an image |
| list_networksB | List all Docker networks |
| create_networkC | Create a new Docker network |
| remove_networkC | Remove a Docker network |
| list_volumesB | List all Docker volumes |
| create_volumeC | Create a new Docker volume |
| remove_volumeC | Remove a Docker volume |
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/onlitec/VPS-MCP-SERVER'
If you have feedback or need assistance with the MCP directory API, please join our Discord server