podman mcp server for Cursor
io.github.manusa/podman-mcp-server
A Model Context Protocol (MCP) server for container runtimes (Podman and Docker)
client:Cursor
transport:stdio
runtime:npm
Install podman mcp server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"podman-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"podman-mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs