← Back to Plugins
MCP Server MCP

io.github.prismnetwork-tech/mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @prismnetwork/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@prismnetwork/mcp",
      "version": "0.7.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Agent wallet private key (0x...). Only needed to lease and pay; browsing works without it",
          "isSecret": true,
          "name": "PRISM_AGENT_KEY"
        },
        {
          "description": "Prism LeaseEscrow contract address",
          "default": "0x62C042265991bEa17B07229322A01850974626dA",
          "name": "PRISM_ESCROW"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...