grantex for Zed
io.github.mishrasanjeev/grantex
OAuth 2.0 for AI agents — scoped delegation tokens, audit trails, and revocation.
client:Zed
transport:stdio
runtime:npm
Install grantex in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"grantex": {
"command": "npx",
"args": [
"-y",
"@grantex/mcp"
],
"env": {
"GRANTEX_API_KEY": "<GRANTEX_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs