podman-mcp-server
Version:
Model Context Protocol (MCP) server for container runtimes (Podman and Docker)
42 lines (41 loc) • 1.1 kB
JSON
{
"name": "podman-mcp-server",
"version": "0.0.12",
"description": "Model Context Protocol (MCP) server for container runtimes (Podman and Docker) ",
"main": "./bin/index.js",
"bin": {
"podman-mcp-server": "bin/index.js"
},
"optionalDependencies": {
"podman-mcp-server-darwin-amd64": "0.0.12",
"podman-mcp-server-darwin-arm64": "0.0.12",
"podman-mcp-server-linux-amd64": "0.0.12",
"podman-mcp-server-linux-arm64": "0.0.12",
"podman-mcp-server-windows-amd64": "0.0.12",
"podman-mcp-server-windows-arm64": "0.0.12"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manusa/podman-mcp-server.git"
},
"keywords": [
"mcp",
"podman",
"docker",
"containers",
"container-runtime",
"model context protocol",
"model",
"context",
"protocol"
],
"author": {
"name": "Marc Nuri",
"url": "https://www.marcnuri.com"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/manusa/podman-mcp-server/issues"
},
"homepage": "https://github.com/manusa/podman-mcp-server#readme"
}