Odel
prism

prism

Local
@prismnetwork-tech1RustApache-2.0Updated 2 days ago

Rent real NVIDIA GPUs from your agent. Browse with no wallet; pay per second onchain.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@prismnetwork/mcpv0.9.4

Run

npx -y @prismnetwork/mcp

MCP client config

{
  "mcpServers": {
    "prism": {
      "command": "npx",
      "args": [
        "-y",
        "@prismnetwork/mcp"
      ]
    }
  }
}