io.cycloid.mcp/server
io.cycloid.mcp/serverAn MCP server that let you interact with Cycloid.io Internal Development Portal and Platform
Tools · 6
List organization events with optional filters (begin, end, severity, type).
Create a new Cycloid stack from a blueprint. CRITICAL: When elicitation context (ctx) is provided, the tool will ALWAYS use interactive elicitation to ask for parameters one by one, REGARDLESS of any …
List all available blueprints with their details. The LLM can filter the results based on user requirements.
Validate a StackForms (.forms.yml) file using the Cycloid CLI. This tool can validate StackForms configuration and provide detailed feedback for fixing issues.
List all available service catalog repositories with their details. The LLM can filter the results based on user requirements.
List all pipelines from Cycloid.
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"io.cycloid.mcp/server": {
"url": "https://mcp.cycloid.io/mcp",
"transport": "streamable-http"
}
}
}