- Explore MCP Servers
- dockerServerMangerGoMCP
Dockerservermangergomcp
What is Dockerservermangergomcp
Docker Server Manager Go MCP (DSM) is a Go-based REST API designed for managing Docker containers, images, volumes, networks, and Docker Compose deployments, providing a powerful and flexible interface for users.
Use cases
Use cases include automating Docker container deployments, managing multi-container applications, integrating with CI/CD pipelines, and providing a web interface for Docker management.
How to use
To use dockerServerMangerGoMCP, set up the API by configuring the database (PostgreSQL or SQLite), and then utilize the RESTful endpoints for managing Docker resources through HTTP requests.
Key features
Key features include complete Docker management (container lifecycle, image operations, volume and network management), Docker Compose support (YAML parsing, multi-container deployment), JWT authentication, and robust CRUD operations.
Where to use
dockerServerMangerGoMCP can be used in cloud environments, development and testing setups, and production systems where Docker container management is essential.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Dockerservermangergomcp
Docker Server Manager Go MCP (DSM) is a Go-based REST API designed for managing Docker containers, images, volumes, networks, and Docker Compose deployments, providing a powerful and flexible interface for users.
Use cases
Use cases include automating Docker container deployments, managing multi-container applications, integrating with CI/CD pipelines, and providing a web interface for Docker management.
How to use
To use dockerServerMangerGoMCP, set up the API by configuring the database (PostgreSQL or SQLite), and then utilize the RESTful endpoints for managing Docker resources through HTTP requests.
Key features
Key features include complete Docker management (container lifecycle, image operations, volume and network management), Docker Compose support (YAML parsing, multi-container deployment), JWT authentication, and robust CRUD operations.
Where to use
dockerServerMangerGoMCP can be used in cloud environments, development and testing setups, and production systems where Docker container management is essential.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
Docker Server Manager Go MCP
Note: This project is in early development and may not be fully functional. Use at your own risk.
Docker Server Manager Go MCP (DSM) is a comprehensive Go-based REST API that provides a powerful and flexible interface for managing Docker containers, images, volumes, networks, and Docker Compose deployments.
Overview
This project offers a complete solution for Docker management through a web API, featuring JWT authentication, robust CRUD operations, and support for all major Docker functionality. The API supports both PostgreSQL and SQLite databases for persistent storage, managed automatically using GORM.
Key Features
-
Complete Docker Management:
- Container lifecycle management (create, start, stop, remove)
- Image operations (pull, build, tag, remove)
- Volume management (create, list, remove)
- Network operations (create, connect containers, remove)
- File operations (copy to/from containers)
- Command execution within containers
-
Docker Compose Support:
- Parse and validate Docker Compose YAML files
- Deploy multi-container applications
- Track deployment status
- Scale services up or down
- Manage resources created by Compose deployments
-
Security:
- JWT authentication and authorization
- Role-based access control
- Token blacklisting and refresh
- Password hashing and secure storage
-
API:
- RESTful API design with Gin framework
- Comprehensive API documentation
- Client SDK for Go applications
- Swagger/OpenAPI specification
-
Database Support:
- PostgreSQL for production environments
- SQLite for development and testing
- Automatic schema migrations
- GORM-based data access layer
Getting Started
Prerequisites
- Go 1.24.1 or later
- Docker 24.0.0 or later
- PostgreSQL (for production) or SQLite (for development)
Installation
-
Clone the repository:
git clone https://github.com/threatflux/dockerServerMangerGoMCP.git cd dockerServerMangerGoMCP -
Install dependencies:
go mod download -
Build the application:
make build -
Run the server:
./bin/ghactions-updater
Docker Deployment
To run the application in Docker:
docker-compose up -d
API Documentation
Complete API documentation is available in the /docs directory:
Development
For detailed development guidelines, see:
Building and Testing
# Run tests make test # Run linting make lint # Check for security issues make security
License
Copyright © 2025 ThreatFlux. All rights reserved.
Author
Wyatt Roersma
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










