grantex for VS Code
io.github.mishrasanjeev/grantex
OAuth 2.0 for AI agents — scoped delegation tokens, audit trails, and revocation.
client:VS Code
transport:stdio
runtime:npm
Install grantex in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "grantex-api-key",
"description": "GRANTEX_API_KEY",
"password": true
}
],
"servers": {
"grantex": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@grantex/mcp"
],
"env": {
"GRANTEX_API_KEY": "${input:grantex-api-key}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs