mcp-podman-crunchtools
Provides tools for managing Podman containers, images, pods, networks, volumes, and system information via the Podman REST API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-podman-crunchtoolslist all running containers"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
mcp-podman-crunchtools
MCP server for Podman container management via the Podman REST API. Manages containers, images, pods, networks, volumes, and system info. Supports both rootful and rootless Podman.
Installation
# uvx (zero-install)
uvx mcp-podman-crunchtools
# pip
pip install mcp-podman-crunchtools
# Container
podman run -v /run/podman/podman.sock:/run/podman/podman.sock:z \
--security-opt label=type:container_runtime_t \
quay.io/crunchtools/mcp-podmanRelated MCP server: Podman MCP Server
Configuration
Variable | Required | Default | Description |
| No | Auto-detect | Unix socket path |
| No | — | File containing socket path |
| No | 30 | Request timeout in seconds |
Socket auto-detection order:
$XDG_RUNTIME_DIR/podman/podman.sock(rootless)/run/user/$UID/podman/podman.sock(rootless fallback)/run/podman/podman.sock(rootful)
Claude Code Integration
claude mcp add mcp-podman-crunchtools \
--env PODMAN_SOCKET=/run/podman/podman.sock \
-- uvx mcp-podman-crunchtoolsTools (30)
Containers (12)
Tool | Description |
| List containers |
| Get container details |
| Start a container |
| Stop a container |
| Restart a container |
| Send signal to container |
| Remove a container |
| Get container logs |
| List processes |
| Resource usage |
| Create a container |
| Remove stopped containers |
Images (5)
Tool | Description |
| List images |
| Get image details |
| Pull from registry |
| Remove an image |
| Remove unused images |
Pods (7)
Tool | Description |
| List pods |
| Get pod details |
| Start a pod |
| Stop a pod |
| Restart a pod |
| Remove a pod |
| Create a pod |
Networks (2)
Tool | Description |
| List networks |
| Get network details |
Volumes (2)
Tool | Description |
| List volumes |
| Get volume details |
System (2)
Tool | Description |
| Podman system info |
| Disk usage |
License
AGPL-3.0-or-later
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/crunchtools/mcp-podman'
If you have feedback or need assistance with the MCP directory API, please join our Discord server