set_portainer_config
Configure Portainer connection settings including URL, API key, and endpoint ID to enable Docker container management through the VPS MCP Server.
Instructions
Configure Portainer connection settings (URL, API Key, Endpoint ID). The settings are saved to the .env file.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Portainer URL (e.g., http://localhost:9000) | |
| api_key | No | Portainer API Key (starts with ptr_) | |
| endpoint_id | No | Docker endpoint ID (usually 1 for local) |