Enterprise DevOps MCP Server
Provides tools for Docker management and deployment, including container inspection, log analysis, and disk cleanup automation.
Provides tools for Kubernetes management, enabling AI agents to interact with Kubernetes resources and infrastructure.
Provides system monitoring and management tools for Linux infrastructure, including health checks and operational automation.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Enterprise DevOps MCP ServerCheck the CPU and memory usage of all production servers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Enterprise DevOps MCP Server
MCP server for governed AI Agent tool calling over Linux, Docker, Kubernetes, and SSH.
让 AI Agent 在安全边界内做基础设施自动化——而不是拿到不受限的 shell。
English · Architecture · Security · Contributing
AI Agent → MCP Protocol → Security Layer → Infrastructure
Positioning
Enterprise AIOps building block: Cursor / Claude / any MCP client calls 18 tools through module whitelist, execute protection, command filtering, and audit logging.
Default posture: read-only (EXECUTE_TOOLS_ENABLED=false).
Related MCP server: SSH Vault MCP
Demo

点击封面在线播放(中文旁白 + 底部字幕)。GitHub 文件页无法内嵌 mp4,演示页托管在 GitHub Pages。
Features
Feature | Status |
Linux monitoring | ✅ |
Docker management | ✅ |
Kubernetes read APIs | ✅ |
SSH automation | ✅ |
Permission control | ✅ |
Execute protection | ✅ |
Audit logging | ✅ |
Docker Compose deploy | ✅ |
GitHub Actions CI | ✅ |
MCP tool catalog
Tool | Category | Risk | Permission |
| system | safe | viewer |
| system | safe | viewer |
| system | safe | viewer |
| system | safe | viewer |
| system | safe | viewer |
| system | safe | viewer |
| system | moderate | viewer |
| system | moderate | admin |
| docker | safe | viewer |
| docker | safe | viewer |
| docker | dangerous | admin |
| kubernetes | safe | viewer |
| kubernetes | safe | viewer |
| kubernetes | safe | viewer |
| kubernetes | safe | viewer |
| ssh | safe | viewer |
| ssh | dangerous | admin |
| ssh | dangerous | admin |
Architecture
flowchart TB
Client[Cursor / Claude / AI Agent]
Client --> MCP[MCP Protocol]
MCP --> Server[Enterprise DevOps MCP Server]
Server --> Sec[Security Layer]
Sec --> Sys[Linux]
Sec --> Dock[Docker]
Sec --> K8s[Kubernetes]
Sec --> SSH[SSH]
subgraph sec [Controls]
P[Module ACL]
E[Execute gate]
F[Command filter]
A[Audit log]
end
Server -.-> PScreenshots
MCP tools | Cursor / Claude |
|
|
Architecture |
|
Cursor / Claude 图为 Product Preview(能力示意)。将本仓库配置进 MCP 后即可在 IDE 中真实调用。
Quick Start
git clone https://github.com/zhifengjin050-arch/enterprise-devops-mcp-server.git
cd enterprise-devops-mcp-server
cp .env.example .env
pip install -r requirements.txt
python scripts/demo_list_tools.py
./scripts/demo_start.sh # Windows: .\scripts\demo_start.ps1Keep EXECUTE_TOOLS_ENABLED=false. See demo/README.md. Do not commit .env, kubeconfig, or SSH keys.
Docker
docker compose up -d --buildCursor MCP
{
"mcpServers": {
"enterprise-devops": {
"command": "python",
"args": ["scripts/run_devops_mcp.py"],
"cwd": "YOUR_PROJECT_PATH",
"env": {
"EXECUTE_TOOLS_ENABLED": "false"
}
}
}
}Example: mcp_config_examples/cursor_mcp.json
pytestDeployment
Mode | Command |
Local |
|
Docker |
|
Never enable execute tools in production without an explicit change-control process.
Roadmap
v1.0.x (current): 18 tools, security layer, audit, Docker, CI.
Later: more cloud providers, finer-grained policy packs, signed audit export.
License
CONTRIBUTING.md · CODE_OF_CONDUCT.md · SECURITY.md · CHANGELOG.md
Disclaimer: with execute enabled, this software can change hosts and containers. Validate in non-production first.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Zero-secret MCP gateway for AI agents: risk-scored, audited calls with human-in-the-loop approval.
- gatewayOAuthai.sealgate
MCP gateway with runtime security policy, tool-call-level control, and audit of agent actions.
Compliance frameworks (SOC 2, ISO 27001, CMMC, NIST, more) delivered to AI agents as MCP tools.
1Governed app access for AI agents: 1,000+ apps & 12,000+ tools via Code Mode MCP.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceAn MCP server that enforces runtime governance on AI agent actions — file access, command execution, delegation chains, and permission escalation.MIT
- FlicenseNot gradedqualityDmaintenanceEnables AI agents to securely access encrypted secrets (SSH keys, API tokens, passwords) with real-time user approval via Passkey, and supports SSH remote execution through the MCP protocol.-
- AlicenseAqualityAmaintenanceGoverned Kubernetes operations for AI agents with 15 MCP tools, audit logging, policy engine, and safety features.55MIT
- FlicenseNot gradedqualityCmaintenanceA hardened MCP gateway that lets AI agents securely call infrastructure APIs like Kubernetes, Terraform, and Jenkins, with authentication, rate limiting, and OPA policy enforcement.-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zhifengjin050-arch/enterprise-devops-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server


