podman (MCP Server)

GitHub

Podman: A tool for managing OCI containers and pods.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

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