Skip to content
Cursor

grantex for Cursor

io.github.mishrasanjeev/grantex

OAuth 2.0 for AI agents — scoped delegation tokens, audit trails, and revocation.

client:Cursor transport:stdio runtime:npm

Install grantex 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": {
    "grantex": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@grantex/mcp"
      ],
      "env": {
        "GRANTEX_API_KEY": "<GRANTEX_API_KEY>"
      }
    }
  }
}

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

grantex in other clients