Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| CLOUDSTACK_CONFIG | No | Path to the cloudstack.json configuration file containing environment definitions. | |
| CLOUDSTACK_RETRIES | No | Global network retry count. | 3 |
| CLOUDSTACK_TIMEOUT | No | Global network timeout setting in milliseconds. | 30000 |
| CLOUDSTACK_DEV_NAME | No | Display name for the development CloudStack environment. | |
| CLOUDSTACK_LOG_FILE | No | Path to the log file (e.g., logs/cloudstack-mcp.log). | |
| CLOUDSTACK_LOG_LEVEL | No | Logging level (e.g., info, debug, error). | info |
| CLOUDSTACK_PROD_NAME | No | Display name for the production CloudStack environment. | |
| CLOUDSTACK_DEV_API_KEY | No | API key for the development CloudStack environment. | |
| CLOUDSTACK_DEV_API_URL | No | API URL for the development CloudStack server. | |
| CLOUDSTACK_DEV_RETRIES | No | Number of retries for the development environment. | |
| CLOUDSTACK_DEV_TIMEOUT | No | Connection timeout for the development environment in milliseconds. | |
| CLOUDSTACK_PROD_API_KEY | No | API key for the production CloudStack environment. | |
| CLOUDSTACK_PROD_API_URL | No | API URL for the production CloudStack server (e.g., https://your-cloudstack.example.com/client/api). | |
| CLOUDSTACK_PROD_RETRIES | No | Number of retries for the production environment. | |
| CLOUDSTACK_PROD_TIMEOUT | No | Connection timeout for the production environment in milliseconds. | |
| CLOUDSTACK_DEV_SECRET_KEY | No | Secret key for the development CloudStack environment. | |
| CLOUDSTACK_PROD_SECRET_KEY | No | Secret key for the production CloudStack environment. | |
| CLOUDSTACK_DEFAULT_ENVIRONMENT | No | Default environment to use (e.g., 'default' or 'dev'). | default |
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 | |