← Index

io.github.mishrasanjeev/grantex

io.github.mishrasanjeev/grantex·v0.1.9·Other
Quality Score
80
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "grantex": {
      "command": "npx",
      "args": [
        "-y",
        "@grantex/mcp"
      ],
      "env": {
        "GRANTEX_API_KEY": "<your-grantex_api_key>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "grantex": {
      "command": "npx",
      "args": [
        "-y",
        "@grantex/mcp"
      ],
      "env": {
        "GRANTEX_API_KEY": "<your-grantex_api_key>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @grantex/mcp
§02  Environment variables
GRANTEX_API_KEY
requiredsecret

Your Grantex API key

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other