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
中文 | English
Enterprise AI DevOps MCP Server for secure infrastructure automation with MCP, Docker, Kubernetes and SSH.
基于 MCP(Model Context Protocol) 的企业级 AI 运维 Agent Server:
让 AI Agent 在安全控制下管理 Linux、Docker、Kubernetes 与 SSH 基础设施。
AI Agent → MCP Server → Security Layer → Infrastructure
Architecture · Security · Contributing · Changelog · Release Notes
Why This Project
传统运维
痛点 | 表现 |
SSH 手动执行 | 工程师逐条敲命令,难规模化 |
权限不可控 | 模型或脚本一旦拿到 shell,几乎等同 root |
缺少审计 | 谁改了什么、何时执行,事后难追溯 |
Engineer → SSH → Manual CommandAI DevOps(本项目)
AI Agent
↓
MCP Tool
↓
Security Layer
↓
InfrastructureAI 不直接拥有服务器权限。 每次调用都经过 Permission Control、Execute Protection、Command Filtering 与 Audit Logging。
Related MCP server: Shellgate
Features
Feature | Status |
Linux Monitoring | ✅ |
Docker Management | ✅ |
Kubernetes | ✅ |
SSH Automation | ✅ |
Permission Control | ✅ |
Execute Protection | ✅ |
Audit Logging | ✅ |
Docker Deployment | ✅ |
GitHub Actions CI | ✅ |
MCP Tools:17(System 7 · Docker 3 · Kubernetes 4 · SSH 3)
Security
企业级默认:只读运维。
EXECUTE_TOOLS_ENABLED=false能力 | 说明 |
ReadOnly / Execute 分离 | 巡检与变更权限拆分 |
默认关闭执行权限 | 管理员显式开启后才可修改 |
Dangerous command filtering | 建连前拦截危险 SSH 命令 |
Audit trail | Tool 调用可查询留痕 |
拦截示例
rm -rf /
↓
Blocked by security module
(不会发起远程 SSH)Architecture
AI Agent
|
MCP Protocol
|
Enterprise DevOps MCP Server
|
------------------------------------------------
| | | |
System Docker Kubernetes SSH
|
Security LayerScreenshots
MCP Server Connection
AI Infrastructure Health Check
Docker Container Inspection
MySQL Log Analysis
SSH Security Filter
Disk Cleanup Automation






Quick Start
git clone https://github.com/zhifengjin050-arch/enterprise-devops-mcp-server.git
cd enterprise-devops-mcp-server
pip install -r requirements.txt
cp .env.example .env
python -m app.serverCursor MCP
将 cwd 设为 YOUR_PROJECT_PATH(勿提交真实路径):
{
"mcpServers": {
"enterprise-devops": {
"command": "python",
"args": ["scripts/run_devops_mcp.py"],
"cwd": "YOUR_PROJECT_PATH",
"env": {
"FASTMCP_SHOW_SERVER_BANNER": "false",
"EXECUTE_TOOLS_ENABLED": "false"
}
}
}
}示例:mcp_config_examples/cursor_mcp.json
Test
pytestDocker
docker compose up -d --buildProject Structure
enterprise-devops-mcp-server/
├── README.md / README_EN.md
├── CONTRIBUTING.md / CHANGELOG.md
├── LICENSE
├── app/ # MCP Server + Tools + Security
├── docs/ # Architecture / Security / Screenshots
├── examples/ # MCP client examples
├── tests/ # 225+ pytest cases
└── .github/workflows/ # CIContributing
License
Disclaimer
开启执行权限后,本软件可控制服务器与容器。请先在非生产环境验证。
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 Servers
- Alicense-qualityDmaintenanceAn MCP server that enables remote SSH command execution and bidirectional file transfers through a standardized interface. It allows AI assistants to securely manage remote servers while keeping credentials isolated and applying command-level security controls.ISC
- Alicense-qualityAmaintenanceA secure gateway that lets AI agents interact with APIs and SSH servers via scoped tokens, with credential injection, human-in-the-loop for dangerous commands, and MCP integration for tool access.1015MIT
- Alicense-qualityCmaintenanceAn MCP server that enforces runtime governance on AI agent actions — file access, command execution, delegation chains, and permission escalation.MIT
- Flicense-qualityDmaintenanceEnables 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.
Related MCP Connectors
Let AI operate servers without SSH. Choose actions, approve risky changes, and audit every step.
Operate Linux, macOS and Windows from your LLM. Every action runs through an auditable allowlist.
Security firewall for AI agents — scans MCP calls for injection, secrets, and risks.
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