Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

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

grantex in other clients