HomeCloud & Monitoring › podman-mcp-server

podman-mcp-server

A Model Context Protocol (MCP) server for container runtimes (Podman and Docker)

Go
★ 84 stars Last pushed 2026-08-21 License: Apache-2.0

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.0.15)

npx -y podman-mcp-server@0.0.15

Or add to your MCP client config:

{
  "mcpServers": {
    "podman-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "podman-mcp-server@0.0.15"
      ]
    }
  }
}

Package (pypi 0.0.15)

uvx podman-mcp-server

Or add to your MCP client config:

{
  "mcpServers": {
    "podman-mcp-server": {
      "command": "uvx",
      "args": [
        "podman-mcp-server"
      ]
    }
  }
}

Related servers

Data from the Official MCP Registry