Kiro
Last updated
Was this helpful?
Was this helpful?
{
"mcpServers": {
"ionoscloud": {
"command": "/usr/local/bin/ionoscloud-mcp",
"env": {
"IONOS_TOKEN": "your-api-token",
"IONOS_S3_ACCESS_KEY": "your-access-key",
"IONOS_S3_SECRET_KEY": "your-secret-key"
}
}
}
}"env": {
"IONOS_TOKEN": "${IONOS_TOKEN}"
}"ionoscloud": {
"command": "/usr/local/bin/ionoscloud-mcp",
"env": { "IONOS_TOKEN": "your-api-token" },
"autoApprove": ["list_datacenters", "list_servers"],
"disabledTools": []
}