loading…
Search for a command to run...
loading…
CI CD Generator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
CI CD Generator AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for ci cd generator ai mcp operations
Ci Cd Generator Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
generate_pipeline |
Generate a CI/CD pipeline configuration for the specified language and platform |
validate_config |
Validate a CI/CD configuration for common errors and best practices. |
list_templates |
List available CI/CD pipeline templates and supported languages. |
optimize_stages |
Suggest optimizations for a CI/CD pipeline: caching, parallelism, matrix builds. |
pip install meok-ci-cd-generator-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"ci-cd-generator-ai": {
"command": "python",
"args": ["-m", "meok_ci_cd_generator_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 4 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Add this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"ci-cd-generator-ai-mcp": {
"command": "npx",
"args": []
}
}
}