
Devops Ai Mcp
- Updated June 15, 2026
- CSOAI-ORG/devops-ai-mcp
devops-ai-mcp is a MCP server that connects AI coding agents to DevOps-oriented assistance over stdio via PyPI.
About
devops-ai-mcp is a Model Context Protocol server from MEOK AI Labs that exposes DevOps-oriented capabilities to AI coding agents over stdio. Developers shipping SaaS, APIs, or CLIs can register it in Claude Code, Cursor, Codex, or Windsurf so the agent has structured DevOps context instead of guessing pipeline and environment steps from chat alone. The package ships at version 1.0.4 from PyPI with a standard MCP server schema, which keeps setup predictable for developers already comfortable with Python tooling. Treat it as an agent integration layer: it augments the host with DevOps-focused tools, not a replacement for your cloud console or IaC repo.
- stdio MCP server (v1.0.4) installable via PyPI as devops-ai-mcp
- Published under MEOK AI Labs / CSOAI-ORG with GitHub source repository
- Model Context Protocol integration for Claude Code, Cursor, and other MCP hosts
- Targets solo builders who wear both dev and ops hats without a dedicated platform team
- Composable with other MEOK AI Labs MCP servers in the same org
Devops Ai Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add devops-ai-mcp -- uvx devops-ai-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | devops-ai-mcp |
|---|---|
| Transport | STDIO |
| Auth | None |
| Last updated | June 15, 2026 |
| Repository | CSOAI-ORG/devops-ai-mcp ↗ |
What it does
Give your coding agent DevOps guidance and workflows over MCP when you run pipelines, environments, and production infrastructure from the terminal.
Who is it for?
Best when you use MCP hosts and repeatedly touch CI/CD, environments, or infra scripts while coding in the same session.
Skip if: Skip if you want a hosted DevOps platform, full observability suite, or governance without running a local MCP server.
What you get
After you register devops-ai-mcp, your agent can invoke DevOps-focused MCP tools alongside your repo instead of improvising operational runbooks in plain chat.
- Registered stdio MCP server entry for DevOps-oriented agent tools
- Agent-invokable DevOps workflow surface exposed per server manifest
- Repeatable local setup aligned with MEOK AI Labs MCP packaging pattern
By the numbers
- Server version 1.0.4
- Transport type stdio
- PyPI package identifier devops-ai-mcp
README.md
Devops Ai MCP
Infrastructure and DevOps toolkit: Docker Compose generation, CI/CD pipeline building, log analys...
Infrastructure and DevOps toolkit: Docker Compose generation, CI/CD pipeline building, log analysis, incident classification, and runbook generation. By MEOK AI Labs.
🚀 Quick Start
# Install via pip
pip install devops_ai_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install devops-ai-mcp --client claude
✨ Features
- MCP protocol compliant
- Easy installation
- Well-documented API
- Production-ready
- Active maintenance
📖 Documentation
🛡️ Compliance
This MCP server is built with EU AI Act compliance built-in:
- ✅ Article 9 — Risk Management System
- ✅ Article 13 — Transparency & Instructions for Use
- ✅ Article 15 — Bias Detection & Testing
- ✅ Article 26 — FRIA Support (where applicable)
- ✅ Article 50 — AI Content Watermarking (where applicable)
Need help getting compliant? Book a free 15-min diagnostic →
🏢 Enterprise
Need custom development, SLA guarantees, or white-label deployment?
- Pro: $99/mo — Full MCP suite + EU AI Act tracking
- Enterprise: $499/mo — Custom dev + SLA + Dedicated support
View Pricing → | Contact Sales →
🤝 Part of the MEOK Ecosystem
This server is part of the MEOK AI Labs ecosystem — 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
📜 License
MIT © CSOAI-ORG
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
MIT © [MEOK AI Labs](https://meok.ai)Pairs with MEOK Governance Suite
Build something that touches users? You need compliance. MEOK ships 38 governance MCPs that drop in alongside this tool — EU AI Act, DORA, NIS2, CRA, GDPR, ISO 42001, FDA SaMD, MDR, Basel, MiFID II, MiCA, COPPA, and more.
# One-shot install of the governance pack
npx meok-setup --pack governance
Free tier: 10 calls/day per MCP. Pro tier (£79/mo): unlimited + cryptographically signed compliance attestations your auditor verifies independently.
→ Full catalogue: councilof.ai/catalogue → MEOK AI Labs: meok.ai
💸 Try MEOK in 30 seconds — instant buy ladder
| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Configuration
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"devops-ai-mcp": {
"command": "uvx",
"args": ["devops-ai-mcp"]
}
}
}
Or: pip install devops-ai-mcp then run the devops-ai-mcp command (stdio transport).
Examples
Once configured, ask your assistant, for example:
- "Use
docker_compose_generatorto …" - "Use
cicd_pipeline_builderto …" - "Use
log_analyzerto …"
Recommended MCP Servers
How it compares
MCP DevOps integration for agents, not a standalone CI dashboard or infrastructure-as-code framework.
FAQ
Who is devops-ai-mcp for?
and small-team developers who use Claude Code, Cursor, or similar MCP clients and want DevOps help wired into the agent instead of copying runbook snippets manually.
When should I use devops-ai-mcp?
Use it during Operate and late Ship work when you are fixing pipelines, packaging releases, or tuning how the app runs in staging or production.
How do I add devops-ai-mcp to my agent?
Install the devops-ai-mcp package from PyPI (v1.0.4), add a stdio MCP server entry pointing at that executable in your host config, then restart the client so tools load from the server manifest.