Servers
Podman MCP Server
@manusa
Model Context Protocol (MCP) server for container runtimes (Podman and Docker)
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"podman-mcp-server": {
"command": "npx",
"args": [
"podman-mcp-server@latest",
"--help"
]
}
}
}