Description
Integrates with Cycloid.io, a unified Internal Developer Platform and Portal for platform engineering. Enables exploration of infrastructure blueprints, stack deployment, configuration validation, service catalog browsing, event monitoring, and pipeline management. Supports multi-tenant usage with organization-based authentication for hybrid and multi-cloud infrastructure automation.
Installation
git clone https://github.com/cycloidio/cycloid-mcp-server Claude Desktop Configuration
Add this configuration to your Claude Desktop config file to enable this MCP server:
Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json
Config file location: %APPDATA%\Claude\claude_desktop_config.json
Config file location: ~/.config/Claude/claude_desktop_config.json
claude_desktop_config.json
{
"mcpServers": {
"cycloid": {
"command": "node",
"args": [
"path/to/server.js"
]
}
}
}