Odel
MCP Podman

MCP Podman

Local
@crunchtoolsPythonAGPL-3.0Updated Yesterday

MCP server for Podman container management via the Podman REST API

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).

PyPImcp-podman-crunchtoolsv0.1.1

Run

uvx mcp-podman-crunchtools

MCP client config

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