docker
This is mcp server for docker basic create conatiner , get conatiner,and stop/start/remove
How to use
The Docker MCP server provides a straightforward interface for managing Docker containers. With capabilities to create, retrieve, start, stop, and remove containers, this server simplifies container management for developers looking to automate Docker workflows. Whether you're building microservices or managing development environments, this MCP server allows you to interact with Docker efficiently.
Once connected to the Docker MCP server, you can issue commands to manipulate Docker containers. Use specific commands to create a new container, retrieve details of existing containers, or stop and start them as needed. For optimal results, focus on commands that involve container lifecycle management, which this server handles seamlessly. Note that there are currently no additional tools documented for this server, so all interactions will be through the core commands mentioned.
How to install
Prerequisites
Before installing the Docker MCP server, ensure you have the following prerequisites:
- Node.js (recommended version: 14.x or higher)
- Docker installed and running on your machine
Option A: Quick start with npx
You can quickly start using the Docker MCP server with the following command:
npx -y docker-mcp-server
Option B: Global install alternative
If you prefer to install it globally, you can use:
npm install -g docker-mcp-server
Once installed, you can run the server using:
docker-mcp-server
Additional notes
When configuring the Docker MCP server, be sure to set any necessary environment variables to tailor the server's behavior to your needs. Common variables include DOCKER_HOST for connecting to a remote Docker daemon and DOCKER_TLS_CERTDIR for TLS settings. Additionally, keep an eye on permissions related to Docker socket access, as this can lead to common access issues.
Related MCP Servers
zen
Selfhosted notes app. Single golang binary, notes stored as markdown within SQLite, full-text search, very low resource usage
MCP -Deepseek_R1
A Model Context Protocol (MCP) server implementation connecting Claude Desktop with DeepSeek's language models (R1/V3)
mcp-fhir
A Model Context Protocol implementation for FHIR
mcp
Inkdrop Model Context Protocol Server
mcp-appium-gestures
This is a Model Context Protocol (MCP) server providing resources and tools for Appium mobile gestures using Actions API..
dubco -npm
The (Unofficial) dubco-mcp-server enables AI assistants to manage Dub.co short links via the Model Context Protocol. It provides three MCP tools: create_link for generating new short URLs, update_link for modifying existing links, and delete_link for removing short links.