MCP Podman for Cursor
io.github.crunchtools/podman
MCP server for Podman container management via the Podman REST API
client:Cursor
transport:stdio
runtime:pypi
Install MCP Podman in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"podman": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-podman-crunchtools"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs