Odel
grantex

grantex

Local
@mishrasanjeev31TypeScriptUpdated 1w ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@grantex/mcpv0.1.9

Run

npx -y @grantex/mcp

MCP client config

{
  "mcpServers": {
    "grantex": {
      "command": "npx",
      "args": [
        "-y",
        "@grantex/mcp"
      ]
    }
  }
}