Releases: crunchtools/mcp-podman
Releases · crunchtools/mcp-podman
Release list
v0.2.2
v0.2.1
Fix: copy libsystemd-shared into container. systemctl dynamically loads it from /usr/lib64/systemd/ at runtime — ldd doesn't catch it.
v0.2.0
New: Systemd Service Tools
6 new tools for managing systemd units that run Podman containers:
service_list— list Podman container service unitsservice_status— get unit status (ActiveState, PID, memory, CPU)service_restart— restart a container unit (the correct way to bounce containers)service_start/service_stop— start/stop a container unitservice_logs— get journalctl output for a unit
Security: Only units whose ExecStart contains /usr/bin/podman are allowed. Operations on non-container services (sshd, firewalld, etc.) are rejected.
Total tools: 36 (was 30).
v0.1.1
Patch release: add MCP Registry name tag to README for registry publishing.
v0.1.0
Initial release of mcp-podman-crunchtools.
MCP server for Podman container management via the Podman REST API over Unix sockets. 30 tools across 6 categories:
- Containers (12): list, inspect, start, stop, restart, kill, rm, logs, top, stats, create, prune
- Images (5): list, inspect, pull, rm, prune
- Pods (7): list, inspect, start, stop, restart, rm, create
- Networks (2): list, inspect
- Volumes (2): list, inspect
- System (2): info, df
Supports both rootful and rootless Podman.