Grantex MCP Server

What OAuth 2.0 is to humans, Grantex is to agents. Docs | Quickstart | Release JSON | LLM Index | Spec | IETF Draft. It runs locally over stdio via the published package.

People who work with audit trail, authorization and compliance and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-15 · ★ 32 · #32 OF 106 MAINTAINED AI & ML · VERIFIED 2026-09-18

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Grantex

Claude Code

claude mcp add mishrasanjeev-grantex -- npx -y @grantex/mcp

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @grantex/mcp - the @grantex scope differs from the repo owner (mishrasanjeev); confirm it's the project's official package

registry namespace io.github.mishrasanjeev is GitHub-verified and matches the repo owner

03 · What Grantex can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.3.11 · 2026-06-14

v0.3.9 · 2026-06-14

v2.0 Platform - Vault, MCP Auth, 7 Adapters, Webhook Log · bump SDK, adapters, mcp-auth, Python SDK versions · v2.1 enterprise scale - observability, event streaming, budgets, IaC · bump @grantex/sdk 0.1.9, grantex…

v0.1.7 · 2026-03-01

What's New · MCP Server - 4 new tools (13 → 17) · grantex_token_refresh - refresh grant tokens with single-use rotation · grantex_principal_session_create - create end-user permission sessions · grantex_agent_update…

04 · Who maintains Grantex

grantex is maintained by mishrasanjeev. We track 2 MCP servers from mishrasanjeev - 2 actively maintained, 43 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from mishrasanjeev.

  1. agenticorg AgenticOrg MCP server for AI agents, A2A discovery, SOP deploy, and MCP tool listing. ★ 11

05 · Facts

category
AI & ML - ranked #32 of 106 actively-maintained AI & ML servers as of 2026-09-18.
registry
io.github.mishrasanjeev/grantex (active, first published 2026-04-06 · 3 versions)
packages
npm:@grantex/mcp

06 · Grantex FAQ

What is Grantex?

What OAuth 2.0 is to humans, Grantex is to agents. Docs | Quickstart | Release JSON | LLM Index | Spec | IETF Draft. It runs locally over stdio via the published package.

Is Grantex still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-15. We re-verify nightly.

How do I install Grantex?

Run `npx -y @grantex/mcp`. You can also paste the ready-made client config above.

Does Grantex run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Grantex