The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Cycloid MCP Server listing page.
A Model Context Protocol (MCP) server that provides seamless integration with the Cycloid platform, enabling AI assistants to interact with Cycloid's infrastructure management capabilities through natural language.
The Cycloid MCP Server bridges the gap between AI assistants and Cycloid's powerful infrastructure automation platform. It enables users to:
CYCLOID_BLUEPRINT_LIST: List all available blueprints with their detailsCYCLOID_BLUEPRINT_STACK_CREATE: Create stacks from blueprints with interactive elicitationCYCLOID_STACKFORMS_VALIDATE: Validate StackForms configuration filesCYCLOID_CATALOG_REPO_LIST: List service catalog repositoriesCYCLOID_EVENT_LIST: List organization events with optional filters (begin, end, severity, type)CYCLOID_PIPELINE_LIST: List all pipelines from Cycloidcycloid://blueprints: Access to blueprint informationcycloid://service-catalogs-repositories: Access to service catalog repositories informationcycloid://events: Access to recent organization events as JSONcycloid://pipelines: Access to pipeline informationinfo, warn, err, critCycloid, AWS, Monitoring, CustomThe server uses a dynamic component registration system based on FastMCP's MCPMixin:
src/components/catalogs/, stacks/)*_tools.py, *_resources.py, *_handlers.py, *_prompts.pyregister_all() method for proper tool/resource registrationThe Cycloid MCP Server runs as a web service using HTTP transport. Organization and API key are provided via HTTP headers (X-CY-ORG and X-CY-API-KEY) for each request, enabling multi-tenant usage.
Usage: python server.py
The project provides pre-built Docker images via Docker Hub:
For detailed MCP server configuration examples, see mcp-examples.md.
See CONTRIBUTING.md for detailed development guidelines.
This project is licensed under the MIT License - see the LICENSE file for details.