Odel
podman mcp server

podman mcp server

Local
@manusa82GoApache-2.0Updated 2w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmpodman-mcp-serverv0.0.15

Run

npx -y podman-mcp-server

MCP client config

{
  "mcpServers": {
    "podman-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "podman-mcp-server"
      ]
    }
  }
}
PyPIpodman-mcp-serverv0.0.15

Run

uvx podman-mcp-server

MCP client config

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