Loading MCP server directory, please wait...
Lease and run real NVIDIA GPUs from any MCP client. Wallet auth, onchain USDG payment, and SSH.
npx @getmcp/cli add io.github.prismnetwork-tech/mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
PRISM_AGENT_KEYAgent wallet private key (0x...), used to authenticate and pay onchain
PRISM_ESCROWPrism LeaseEscrow contract address
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.prismnetwork-tech/mcp": {
"command": "npx",
"args": [
"-y",
"@prismnetwork/mcp"
],
"env": {
"PRISM_AGENT_KEY": "",
"PRISM_ESCROW": "0x71Df0eF3bc81022cB3bec0b1a05f52f12bAfcDeD"
}
}
}
}