dockerServerMangerGoMCP

A Go-based REST API ("Docker Server Manager Go MCP") for managing Docker resources via HTTP, including container lifecycle, images, volumes, networks, file copy, in-container command execution, and Docker Compose deployment/scale tracking. It also provides JWT authentication with role-based access control and persistence via PostgreSQL or SQLite using GORM.

Evaluated Apr 04, 2026 (16d ago)
Repo ↗ Infrastructure docker rest-api compose jwt rbac self-hosted go
⚙ Agent Friendliness
54
/ 100
Can an agent use this?
🔒 Security
57
/ 100
Is it safe for agents?
⚡ Reliability
31
/ 100
Does it work consistently?

Score Breakdown

⚙ Agent Friendliness

MCP Quality
0
Documentation
55
Error Messages
0
Auth Simplicity
70
Rate Limits
20

🔒 Security

TLS Enforcement
60
Auth Strength
75
Scope Granularity
45
Dep. Hygiene
50
Secret Handling
50

JWT authentication with RBAC, token blacklisting/refresh, and password hashing/secure storage are claimed, but implementation details (TLS requirement, key management, logging hygiene, claim/scopes model, and dependency vulnerability posture) are not verifiable from the provided README alone. Early development note increases the need for a security review and testing before exposing to untrusted networks.

⚡ Reliability

Uptime/SLA
0
Version Stability
40
Breaking Changes
50
Error Recovery
35
AF Security Reliability

Best When

Used in controlled environments (self-hosted/internal) where an authenticated operator wants to manage Docker resources via REST.

Avoid When

Avoid for high-trust/production-critical automation without verifying security controls, authorization correctness, and operational reliability in the current codebase.

Use Cases

  • Remote administration of Docker containers and images from an HTTP client
  • Programmatic orchestration of Docker Compose deployments (deploy/scale/status)
  • Building internal tooling to manage Docker resources with RBAC and JWT
  • Automating operational workflows that require copy-to/from containers and exec

Not For

  • Public internet exposure without additional network controls and hardening
  • Use cases that require a standardized enterprise contract (SLA/strong production maturity) as indicated by early development status
  • Environments where HTTP-level agents need explicit retry/idempotency guarantees (not evidenced in provided materials)

Interface

REST API
Yes
GraphQL
No
gRPC
No
MCP Server
No
SDK
Yes
Webhooks
No

Authentication

Methods: JWT authentication Role-based access control (RBAC) Token blacklisting and refresh (as described)
OAuth: No Scopes: No

Auth approach is described at a high level (JWT, RBAC, token blacklisting/refresh), but provided materials do not confirm scope granularity or exact claims model.

Pricing

Free tier: No
Requires CC: No

Self-hosted open-source project (MIT license). No pricing info provided.

Agent Metadata

Pagination
none
Idempotent
False
Retry Guidance
Not documented

Known Gotchas

  • Docker management endpoints can be stateful and may have side effects (e.g., create/start/exec). Without explicit idempotency guarantees, agents should avoid blind retries.
  • Compose deployments and scaling operations may take time; polling strategy and timeout behavior are not evidenced in provided materials.
  • Security posture depends on correct JWT/RBAC enforcement; verify authorization at the endpoint level before agent use.

Alternatives

Full Evaluation Report

Comprehensive deep-dive: security analysis, reliability audit, agent experience review, cost modeling, competitive positioning, and improvement roadmap for dockerServerMangerGoMCP.

AI-powered analysis · PDF + markdown · Delivered within 30 minutes

$99

Package Brief

Quick verdict, integration guide, cost projections, gotchas with workarounds, and alternatives comparison.

Delivered within 10 minutes

$3

Score Monitoring

Get alerted when this package's AF, security, or reliability scores change significantly. Stay ahead of regressions.

Continuous monitoring

$3/mo

Scores are editorial opinions as of 2026-04-04.

8642
Packages Evaluated
17761
Need Evaluation
586
Need Re-evaluation
Community Powered