Docker Mcp Server
@xiispace
About Docker Mcp Server
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"docker": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-v",
"/var/run/docker.sock:/var/run/docker.sock",
"mcp-docker-server"
]
}
}
}Tools
8List running containers
List available Docker images
Get detailed information about a container
Run a Docker container
Stop a running container
Remove a container
Fetch container logs
Pull a Docker image
Overview
What is Docker MCP Server?
Docker MCP Server is a Model
More Cloud & Infrastructure MCP servers
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Comments