{"id":"threatflux-dockerservermangergomcp","name":"dockerServerMangerGoMCP","af_score":54.5,"security_score":57.2,"reliability_score":31.2,"what_it_does":"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.","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.","last_evaluated":"2026-04-04T19:45:15.223858+00:00","has_mcp":false,"has_api":true,"auth_methods":["JWT authentication","Role-based access control (RBAC)","Token blacklisting and refresh (as described)"],"has_free_tier":false,"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."],"error_quality":0.0}