← Back to Plugins
MCP Server MCP

Image Puma

github By github 👁 1 views ▲ 0 votes

Plan and run local batch image preparation with explicit confirmation before writing files.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "image-puma",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/panth-net/Image-Puma/releases/download/v1.0.0/image-puma-mcp-darwin-arm64.mcpb",
      "fileSha256": "896b6b5c24dd9aa600afb2e5d9713d89339edfc6c2f6212655ae5ed04a9f41e0",
      "transport": {
        "type": "stdio"
      }
    },
    {
      "registryType": "mcpb",
      "identifier": "https://github.com/panth-net/Image-Puma/releases/download/v1.0.0/image-puma-mcp-win32-x64.mcpb",
      "fileSha256": "eb3d4ea897912e8f125d80c6d4d91fe89c7494616d34586e6e75853f4a4b2771",
      "transport": {
        "type": "stdio"
      }
    }
  ]
}
mcp model-context-protocol npm mcpb

Comments

Sign in to leave a comment

Loading comments...