docker for Cursor
io.github.ofershap/docker
MCP server for Docker — manage containers, images, volumes, and compose services from your IDE
client:Cursor
transport:stdio
runtime:npm
Install docker in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"docker": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"mcp-docker-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs