loading…
Search for a command to run...
loading…
Devops AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Devops AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Devops Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
docker_compose_generator |
Generate a Docker Compose configuration with networking, health checks, |
cicd_pipeline_builder |
Generate a CI/CD pipeline configuration for common platforms and languages. |
log_analyzer |
Analyze log lines to extract error patterns, anomalies, status code |
incident_classifier |
Classify an incident by severity (P1-P4) and category with recommended |
runbook_generator |
Generate an operational runbook with step-by-step commands, expected |
pip install meok-devops-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"devops-ai-mcp": {
"command": "python",
"args": ["-m", "meok_devops_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"devops-ai-mcp": {
"command": "npx",
"args": []
}
}
}