All MCP servers

Podman Mcp Server

Official
by Api.AirforcestdioCloud & Infrastructure074Apache-2.0

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

mcpopen-sourcecloud-infrastructure

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "podman-mcp-server-imp5c8cd": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}