Docker MCP Server for Cursor
io.github.friendlygeorge/docker-mcp-server
MCP server for Docker — containers, health checks, Compose, logs, monitoring for AI agents
client:Cursor
transport:stdio
runtime:npm
Install Docker MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"docker-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@supernova123/docker-mcp-server"
],
"env": {
"DOCKER_HOST": "<DOCKER_HOST>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs