MCP Podman for Zed
io.github.crunchtools/podman
MCP server for Podman container management via the Podman REST API
client:Zed
transport:stdio
runtime:pypi
Install MCP Podman in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"podman": {
"command": "uvx",
"args": [
"mcp-podman-crunchtools"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs