All MCP servers

Docker

Official
by Api.AirforcestdioCloud & Infrastructure0128MIT

Structured Docker operations (ps, images, logs, build) as typed JSON.

mcpopen-sourcecloud-infrastructure

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "docker-impcb34a": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}