# Claude Desktop: в файле claude_desktop_config.json добавить в mcpServers запись {"podman": {"command": "npx", "args": ["-y", "podman-mcp-server@latest"]}}
# VS Code
code --add-mcp '{"name":"podman","command":"npx","args":["-y","podman-mcp-server@latest"]}'
# VS Code Insiders
code-insiders --add-mcp '{"name":"podman","command":"npx","args":["-y","podman-mcp-server@latest"]}'
# Goose CLI: в файле config.yaml добавить в extensions запись {"podman": {"command": "npx", "args": ["-y", "podman-mcp-server@latest"]}}