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
{
"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