An MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
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.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/server-7)<a href="https://allmcps.com/mcp/server-7"><img src="https://allmcps.com/api/badge/server-7?style=directory" alt="Server on AllMCPs" /></a>