49
/ 100
9 days ago
glama

docker-ops-server

Connects an AI assistant to local Docker and Kubernetes environments, enabling real-time command execution and log inspection with user approval.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Tool descriptions don’t match what handlers do
5 tools describe read intent but their handlers mutate — show_running_containers (line 20: result = subprocess.run(["docker", "ps"], capture_output=True, text=True)); show_all_containers (line 27: result = subprocess.run(["docker", "ps -a"], capture_output=True, text=True)); show_container_logs_by_name (line 34: result = subprocess.run(["docker","logs", "--tail","10", container_name], capture_output=True, text=)
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 8 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/kumarswarnim19-mcp-agents-1snb2x)](https://m8ven.ai/mcp/kumarswarnim19-mcp-agents-1snb2x)
commit: b3a3cd6d45c6010627cbfe5325d277d8fb2cbdfe
code hash: ae1f55b2fa84d3dee268963717f28eec97f1c0fe157ed549b9237e901861eb1f
verified: 7/22/2026, 8:44:32 AM
view raw JSON →