gandi-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| GANDI_MODE | No | `readonly` hides all write tools; `readwrite` exposes them | readonly |
| GANDI_TOKEN | Yes | Required. Personal Access Token from https://admin.gandi.net/ | |
| GANDI_SHARING_ID | No | Optional organization UUID to scope all requests to | |
| GANDI_MAX_RETRIES | No | Retry attempts on connection errors | 3 |
| GANDI_API_BASE_URL | No | Override only for testing | https://api.gandi.net |
| GANDI_ALLOW_PURCHASES | No | When `true` AND `GANDI_MODE=readwrite`, exposes tools that spend money | false |
| GANDI_REQUEST_TIMEOUT | No | Request timeout in seconds | 30 |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
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/millsymills-com/gandi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server