← Index

com.mcparmory/replicate

com.mcparmory/replicate·v1.0.0·AI & LLMs
Quality Score
85
/100

Run AI models, create deployments, and manage predictions via cloud API

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.mcparmory.com/replicate
Claude Desktop (uvx)
{
  "mcpServers": {
    "replicate": {
      "command": "uvx",
      "args": [
        "mcparmory-replicate"
      ]
    }
  }
}
Claude Desktop (Docker)
{
  "mcpServers": {
    "replicate": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "ghcr.io/mcparmory/replicate:1.0.0"
      ]
    }
  }
}
§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
10
§04  Alternatives in AI & LLMs