Главная · MCP-серверы · Podman Mcp Server

Podman Mcp ServerPodman

manusa/podman-mcp-server

MCP-сервер Podman (контейнеры).

Установка

npx If you have npm installed, this is the fastest way to get started with podman-mcp-server on Claude Desktop. Open your claude_desktop_config.json and add the mcp server to the list of mcpServers: { "mcpServers": { "podman": { "command": "npx", "args": [ "-y", "podman-mcp-server@latest" ] } } } VS