podman mcp server for Claude Desktop
io.github.manusa/podman-mcp-server
A Model Context Protocol (MCP) server for container runtimes (Podman and Docker)
client:Claude Desktop
transport:stdio
runtime:npm
Install podman mcp server in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"podman-mcp-server": {
"command": "npx",
"args": [
"-y",
"podman-mcp-server"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs