Skip to content
Cursor

mcp for Cursor

io.github.prismnetwork-tech/mcp

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

client:Cursor transport:stdio runtime:npm

Install mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@prismnetwork/mcp"
      ],
      "env": {
        "PRISM_AGENT_KEY": "<PRISM_AGENT_KEY>",
        "PRISM_ESCROW": "<PRISM_ESCROW>",
        "PRISM_DAILY_BUDGET_USDG": "<PRISM_DAILY_BUDGET_USDG>",
        "PRISM_MAX_USDG": "<PRISM_MAX_USDG>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

mcp in other clients