Cloud Infrastructure
Trust: 42/100 (Fair)io.github.manusa/podman-mcp-server Guide
A Model Context Protocol (MCP) server for container runtimes (Podman and Docker)
60 starsby manusa
Quick Start
Install
npx podman-mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-manusa-podman-mcp-server": {
"command": "npx",
"args": [
"podman-mcp-server"
]
}
}
}