Podman MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 109 installs a week from npm. Last commit 13 Jul 2026.
A Model Context Protocol (MCP) server for container runtimes (Podman and Docker)
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add podman-mcp-server -- uvx podman-mcp-server
{
"mcpServers": {
"podman-mcp-server": {
"args": [
"podman-mcp-server"
],
"command": "uvx"
}
}
}
[mcp_servers.podman-mcp-server]
command = "uvx"
args = ["podman-mcp-server"]
{
"mcpServers": {
"podman-mcp-server": {
"args": [
"podman-mcp-server"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"podman-mcp-server": {
"args": [
"podman-mcp-server"
],
"command": "uvx"
}
}
}
Answers built from our own checks of this server.