Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

MCP Podman

PYPI · MCP-PODMAN-CRUNCHTOOLS · SCANNED SEP 16

MCP server for Podman container management via the Podman REST API

0 this week 80 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 23 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency35
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
  • License check failed: the license (GNU Affero General Public License v3 or later (AGPLv3+)) isn't a recognized OSI-approved license. See how to fix → Fail
  • Actively maintained (last published 93 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability77
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1184 tokens (~39/item across 30 items; 30 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage98
  • 97% of tools have a non-trivial description (not blank, and not just the tool's name).Partial
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 6 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "container_kill_tool" implies "kill" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 31 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the MCP Podman server?

MCP Podman runs locally as a PyPI package, launched with uvx mcp-podman-crunchtools. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · mcp-podman-crunchtools

# add to Claude Code
claude mcp add crunchtools-podman -- uvx mcp-podman-crunchtools
// .cursor/mcp.json
{
  "mcpServers": {
    "crunchtools-podman": {
      "command": "uvx",
      "args": [
        "mcp-podman-crunchtools"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "crunchtools-podman": {
      "command": "uvx",
      "args": [
        "mcp-podman-crunchtools"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add crunchtools-podman -- uvx mcp-podman-crunchtools
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "crunchtools-podman": {
      "type": "local",
      "command": [
        "uvx",
        "mcp-podman-crunchtools"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add crunchtools-podman --command uvx --arg mcp-podman-crunchtools
# ~/.hermes/config.yaml
mcp_servers:
  crunchtools-podman:
    command: "uvx"
    args: ["mcp-podman-crunchtools"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "crunchtools-podman": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "mcp-podman-crunchtools"
      ]
    }
  }
}
# add to Vellum
assistant mcp add crunchtools-podman -t stdio -c uvx -a mcp-podman-crunchtools
// mcp.json
{
  "mcpServers": {
    "crunchtools-podman": {
      "command": "uvx",
      "args": [
        "mcp-podman-crunchtools"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 15 Sept 26 +16
    • Malware scan: unverified → pass security
  • 14 Sept 26 −15
    • Malware scan: pass → unverified security
  • 13 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +12
    • Malware scan: unverified → pass security
    • Stability: pass → 0.80 functional
  • 11 Sept 26 −15
    • Malware scan: pass → unverified security
    • Stability: 0.97 → pass security
  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 8 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 6 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 16 Sept 2026 · Analysed pypi/mcp-podman-crunchtools@0.1.1

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 23 packages
Packages resolved 23
Stale 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 30 exposed · ~1,141 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
container_create_tool ~87

Create a new container.

NameTypeReqDescription
commandCommand to run
envEnvironment variables
imagestringyesContainer image (e.g. "registry.access.redhat.com/ubi9/ubi:latest")
labelsContainer labels
nameContainer name
volumesVolume mounts (format: "host_path:container_path[:options]")

Structured output declared, but exposes no named fields.

No examples provided.

container_inspect_tool ~28

Get detailed information about a container.

NameTypeReqDescription
namestringyesContainer name or ID

Structured output declared, but exposes no named fields.

No examples provided.

container_kill_tool ~43

Send a signal to a container.

NameTypeReqDescription
namestringyesContainer name or ID
signalstringSignal to send (default: SIGTERM)

Structured output declared, but exposes no named fields.

No examples provided.

container_list_tool ~61

List containers.

NameTypeReqDescription
all_containersbooleanShow all containers (default shows only running)
filtersFilter by key/value pairs (e.g. {"name": ["myapp"]})
limitMaximum number of containers to return

Structured output declared, but exposes no named fields.

No examples provided.

container_logs_tool ~78

Get container logs.

NameTypeReqDescription
namestringyesContainer name or ID
sinceShow logs since timestamp (e.g. "2024-01-01T00:00:00Z")
tailNumber of lines from the end of the logs
timestampsbooleanAdd timestamps to each log line

Structured output declared, but exposes no named fields.

No examples provided.

container_prune_tool ~27

Remove all stopped containers. Returns: List of removed container IDs and reclaimed space

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

container_restart_tool ~41

Restart a container.

NameTypeReqDescription
namestringyesContainer name or ID
timeoutintegerSeconds to wait before killing (default: 10)

Structured output declared, but exposes no named fields.

No examples provided.

container_rm_tool ~47

Remove a container.

NameTypeReqDescription
forcebooleanForce removal of running container
namestringyesContainer name or ID
volumesbooleanRemove associated anonymous volumes

Structured output declared, but exposes no named fields.

No examples provided.

container_start_tool ~25

Start a stopped container.

NameTypeReqDescription
namestringyesContainer name or ID

Structured output declared, but exposes no named fields.

No examples provided.

container_stats_tool ~26

Get container resource usage statistics.

NameTypeReqDescription
namestringyesContainer name or ID

Structured output declared, but exposes no named fields.

No examples provided.

container_stop_tool ~42

Stop a running container.

NameTypeReqDescription
namestringyesContainer name or ID
timeoutintegerSeconds to wait before killing (default: 10)

Structured output declared, but exposes no named fields.

No examples provided.

container_top_tool ~44

List processes running inside a container.

NameTypeReqDescription
namestringyesContainer name or ID
ps_argsArguments to pass to ps (e.g. "aux")

Structured output declared, but exposes no named fields.

No examples provided.

image_inspect_tool ~31

Get detailed information about an image.

NameTypeReqDescription
namestringyesImage name, tag, or ID

Structured output declared, but exposes no named fields.

No examples provided.

image_list_tool ~33

List images.

NameTypeReqDescription
filtersFilter by key/value pairs (e.g. {"reference": ["ubi9"]})

Structured output declared, but exposes no named fields.

No examples provided.

image_prune_tool ~26

Remove unused images. Returns: List of removed image IDs and reclaimed space

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

image_pull_tool ~41

Pull an image from a registry.

NameTypeReqDescription
referencestringyesImage reference (e.g. "quay.io/crunchtools/rotv:latest")

Structured output declared, but exposes no named fields.

No examples provided.

image_rm_tool ~40

Remove an image.

NameTypeReqDescription
forcebooleanForce removal even if in use
namestringyesImage name, tag, or ID

Structured output declared, but exposes no named fields.

No examples provided.

network_inspect_tool ~28

Get detailed information about a network.

NameTypeReqDescription
namestringyesNetwork name or ID

Structured output declared, but exposes no named fields.

No examples provided.

network_list_tool ~22

List networks.

NameTypeReqDescription
filtersFilter by key/value pairs

Structured output declared, but exposes no named fields.

No examples provided.

pod_create_tool ~62

Create a new pod.

NameTypeReqDescription
infrabooleanCreate an infra container (default: True)
labelsPod labels
namestringyesPod name
shareNamespaces to share (ipc, net, uts, pid)

Structured output declared, but exposes no named fields.

No examples provided.

pod_inspect_tool ~28

Get detailed information about a pod.

NameTypeReqDescription
namestringyesPod name or ID

Structured output declared, but exposes no named fields.

No examples provided.

pod_list_tool ~33

List pods.

NameTypeReqDescription
filtersFilter by key/value pairs (e.g. {"name": ["mypod"]})

Structured output declared, but exposes no named fields.

No examples provided.

pod_restart_tool ~28

Restart a pod and all its containers.

NameTypeReqDescription
namestringyesPod name or ID

Structured output declared, but exposes no named fields.

No examples provided.

pod_rm_tool ~40

Remove a pod and all its containers.

NameTypeReqDescription
forcebooleanForce removal of running pod
namestringyesPod name or ID

Structured output declared, but exposes no named fields.

No examples provided.

pod_start_tool ~28

Start a pod and all its containers.

NameTypeReqDescription
namestringyesPod name or ID

Structured output declared, but exposes no named fields.

No examples provided.

pod_stop_tool ~45

Stop a pod and all its containers.

NameTypeReqDescription
namestringyesPod name or ID
timeoutintegerSeconds to wait before killing (default: 10)

Structured output declared, but exposes no named fields.

No examples provided.

system_df_tool ~28

Get Podman disk usage. Returns: Disk usage by images, containers, and volumes

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

system_info_tool ~31

Get Podman system information. Returns: System details including version, storage, registries, and runtime

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

volume_inspect_tool ~26

Get detailed information about a volume.

NameTypeReqDescription
namestringyesVolume name

Structured output declared, but exposes no named fields.

No examples provided.

volume_list_tool ~22

List volumes.

NameTypeReqDescription
filtersFilter by key/value pairs

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the MCP Podman server?

MCP Podman is listed in the public MCP registry as io.github.crunchtools/podman. MCP server for Podman container management via the Podman REST API. This page covers its PyPI package (mcp-podman-crunchtools).

Is the MCP Podman server safe to use?

MCP Podman scores 80 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 16 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the MCP Podman server expose?

MCP Podman exposes 30 tools: container_list_tool, container_inspect_tool, container_start_tool, container_stop_tool, container_restart_tool, and 25 more. Their descriptions and schemas cost roughly 1,141 tokens of context every time the server is loaded.

Is the MCP Podman server still maintained?

MCP Podman is still listed as active in the MCP registry. We last reached this channel on 16 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.