← Back to Plugins
MCP Server MCP

io.github.manusa/podman-mcp-server

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "podman-mcp-server",
      "version": "0.0.15",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "podman-mcp-server",
      "version": "0.0.15",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm pypi

Comments

Sign in to leave a comment

Loading comments...