Podman MCP Server
@manusa
About Podman MCP Server
Model Context Protocol (MCP) server for container runtimes (Podman and Docker)
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"podman-mcp-server": {
"command": "npx",
"args": [
"podman-mcp-server@latest",
"--help"
]
}
}
}Tools
No tools detected
Fetch the live tool list by running this server in a temporary sandbox using the button above.
Overview
What is Podman MCP Server?
An MCP server that provides tools to manage container runtimes supporting Podman and Docker. It allows AI agents to interact with containers, images, networks, and volumes through a standardized interface.
How to use Podman MCP Server?
Install via npm (npx -y podman-mcp-server@latest) or download the latest release binary. Configure in Claude Desktop, VS Code, or Goose CLI by adding it to the MCP servers configuration. Optionally pass CLI arguments like --port for HTTP mode or --podman-impl to force a specific backend implementation.
Key features of Podman MCP Server
- Supports both Podman and Docker container runtimes
- Provides tools for containers, images, networks, and volumes
- Multiple transport modes: STDIO, HTTP (Streamable HTTP/SSE), and SSE-only
- Auto-detects best backend: REST API via socket or CLI wrapper
- Configurable output format (text or JSON)
- Easy integration with Claude Desktop, VS Code, and Goose CLI
Use cases of Podman MCP Server
- Launch and manage containers from AI assistants
- Build and push container images without manual Docker commands
- Inspect running containers, view logs, and stop/remove containers
- List available networks and volumes to manage infrastructure
FAQ from Podman MCP Server
What container runtimes does Podman MCP Server support?
It supports both Podman and Docker, auto-detecting the best available implementation.
How can I install Podman MCP Server?
Install it via npm (npx -y podman-mcp-server@latest) or download the latest release binary from GitHub.
What transport modes are available?
STDIO mode (default), HTTP mode with Streamable HTTP at /mcp and SSE at /sse, and a legacy SSE-only mode (deprecated).
What are the dependencies?
Requires Node.js/npm for the npm install, or a standalone binary. Additionally, Podman or Docker must be installed and accessible on the system.
Can I force a specific backend implementation?
Yes, use the --podman-impl flag with either api (Podman REST API via Unix socket) or cli (Podman/Docker CLI wrapper). By default, it auto-detects.
Frequently asked questions
What container runtimes does Podman MCP Server support?
It supports both Podman and Docker, auto-detecting the best available implementation.
How can I install Podman MCP Server?
Install it via npm (`npx -y podman-mcp-server@latest`) or download the latest release binary from GitHub.
What transport modes are available?
STDIO mode (default), HTTP mode with Streamable HTTP at `/mcp` and SSE at `/sse`, and a legacy SSE-only mode (deprecated).
What are the dependencies?
Requires Node.js/npm for the npm install, or a standalone binary. Additionally, Podman or Docker must be installed and accessible on the system.
Can I force a specific backend implementation?
Yes, use the `--podman-impl` flag with either `api` (Podman REST API via Unix socket) or `cli` (Podman/Docker CLI wrapper). By default, it auto-detects.
Basic information
More Cloud & Infrastructure MCP servers
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
Supabase MCP Server
coleam00Supabase MCP server created in Python.
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
MCP Gateway
mcp-ecosystemπ§© MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
Comments