podman-mcp-server

Model Context Protocol (MCP) server for container runtimes (Podman and Docker)

GitHub Stars

27

User Rating

Not Rated

Favorites

0

Views

7

Forks

7

Issues

1

Installation
Difficulty
Intermediate
Estimated Time
10-20 minutes

Installation

If you have npm installed, this is the fastest way to get started with podman-mcp-server on Claude Desktop. Open your claude_desktop_config.json and add the mcp server to the list of mcpServers:
 json
{
  "mcpServers": {
    "podman": {
      "command": "npx",
      "args": [
        "-y",
        "podman-mcp-server@latest"
      ]
    }
  }
}
Install the Podman MCP server extension in VS Code Insiders by pressing the following link: [Install in VS Code](https://insiders.vscode.dev/redirect?url=vscode%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522podman%2522%252C%2522command%2522%253A%2522npx%2522%252C%2522args%2522%253A%255B%2522-y%2522%252C%2522podman-mcp-server%2540latest%2522%255D%257D) [Install in VS Code Insiders](https://insiders.vscode.dev/redirect?url=vscode-insiders%3Amcp%2Finstall%3F%257B%2522name%2522%253A%2522podman%2522%252C%2522command%2522%253A%2522npx%2522%252C%2522args%2522%253A%255B%2522-y%2522%252C%2522podman-mcp-server%2540latest%2522%255D%257D) Alternatively, you can install the extension manually by running the following command: ```shell

Additional Resources

Author Information
Marc Nuri

https://www.marcnuri.com

Red HatValencia, Spain

343

Followers

47

Repositories

0

Gists

0

Total Contributions