Skip to content
Cline

podman mcp server for Cline

io.github.manusa/podman-mcp-server

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

client:Cline transport:stdio runtime:npm

Install podman mcp server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

podman mcp server in other clients