Server data from the Official MCP Registry
MCP server for Podman container management via the Podman REST API
MCP server for Podman container management via the Podman REST API
A well-structured Podman MCP server with proper authentication via Unix socket access control and D-Bus validation. Code quality is good with strong input validation and appropriate error handling. Permissions align with the server's purpose (container management). Minor findings related to subprocess invocation and broad exception handling do not materially impact security given the constrained operational context. Supply chain analysis found 6 known vulnerabilities in dependencies (1 critical, 3 high severity). Package verification found 1 issue.
7 files analyzed · 11 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: PODMAN_SOCKET
Environment variable: PODMAN_SOCKET_FILE
Environment variable: PODMAN_TIMEOUT
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-crunchtools-podman": {
"env": {
"PODMAN_SOCKET": "your-podman-socket-here",
"PODMAN_TIMEOUT": "your-podman-timeout-here",
"PODMAN_SOCKET_FILE": "your-podman-socket-file-here"
},
"args": [
"mcp-podman-crunchtools"
],
"command": "uvx"
}
}
}From the project's GitHub README.
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.
# 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-podman
| Variable | Required | Default | Description |
|---|---|---|---|
PODMAN_SOCKET | No | Auto-detect | Unix socket path |
PODMAN_SOCKET_FILE | No | — | File containing socket path |
PODMAN_TIMEOUT | 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 mcp add mcp-podman-crunchtools \
--env PODMAN_SOCKET=/run/podman/podman.sock \
-- uvx mcp-podman-crunchtools
| Tool | Description |
|---|---|
container_list | List containers |
container_inspect | Get container details |
container_start | Start a container |
container_stop | Stop a container |
container_restart | Restart a container |
container_kill | Send signal to container |
container_rm | Remove a container |
container_logs | Get container logs |
container_top | List processes |
container_stats | Resource usage |
container_create | Create a container |
container_prune | Remove stopped containers |
| Tool | Description |
|---|---|
image_list | List images |
image_inspect | Get image details |
image_pull | Pull from registry |
image_rm | Remove an image |
image_prune | Remove unused images |
| Tool | Description |
|---|---|
pod_list | List pods |
pod_inspect | Get pod details |
pod_start | Start a pod |
pod_stop | Stop a pod |
pod_restart | Restart a pod |
pod_rm | Remove a pod |
pod_create | Create a pod |
| Tool | Description |
|---|---|
network_list | List networks |
network_inspect | Get network details |
| Tool | Description |
|---|---|
volume_list | List volumes |
volume_inspect | Get volume details |
| Tool | Description |
|---|---|
system_info | Podman system info |
system_df | Disk usage |
AGPL-3.0-or-later
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.