Skip to content
Cursor

agent toolkit for Cursor

io.github.white-hat-lab/agent-toolkit

Pay-per-call developer utilities and npm supply-chain security tools for coding agents, over x402.

client:Cursor transport:stdio runtime:npm

Install agent toolkit 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": {
    "agent-toolkit": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "agent-toolkit-mcp"
      ],
      "env": {
        "PAYER_PRIVATE_KEY": "<PAYER_PRIVATE_KEY>"
      }
    }
  }
}

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

agent toolkit in other clients