Skip to content
Cursor

z zero mcp for Cursor

io.github.dempty-glitch/z-zero-mcp

Payments for AI agents: gasless USDC on Base + JIT single-use virtual cards, PAN never in context.

client:Cursor transport:stdio runtime:npm

Install z zero 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": {
    "z-zero-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "z-zero-mcp-server"
      ],
      "env": {
        "Z_ZERO_API_KEY": "<Z_ZERO_API_KEY>"
      }
    }
  }
}

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

z zero mcp in other clients