Skip to main content
Glama

mcpgram-mcp-server

Official MCP bridge for MCPGRAM:

  • stdio for local MCP clients

  • Streamable HTTP at /mcp (Vercel)

  • Auth0 as OAuth authorization server for Claude.ai custom connectors

  • API key auth still supported (Bearer mcpg_live_…)

Architecture (Claude)

Claude.ai
   → GET /.well-known/oauth-protected-resource  (this server)
   → authorization_servers = Auth0 tenant
   → DCR + login + token  (Auth0)
   → POST /mcp  Authorization: Bearer <Auth0 JWT>
   → tools/list, tools/call → MCPGRAM API

This deployment is a resource server. It does not host Claude’s login when Auth0 is configured.

Related MCP server: TianGong-AI-MCP

Required env (Vercel)

Variable

Purpose

MCP_PUBLIC_URL

Public URL of this app, e.g. https://mcpgram-mcp-server.vercel.app

AUTH0_DOMAIN

e.g. your-tenant.us.auth0.com

AUTH0_AUDIENCE

Auth0 API identifier, must match resource e.g. https://mcpgram-mcp-server.vercel.app/mcp

MCPGRAM_OAUTH_API_KEY

MCPGRAM workspace API key used after Auth0 login

MCPGRAM_BASE_URL

MCPGRAM backend (default https://mcpgram.vercel.app)

Claude.ai setup

  1. Configure Auth0 (API, DCR, Resource Parameter profile) — see project checklist.

  2. Set env vars above; redeploy.

  3. Disable Vercel Deployment Protection for this project.

  4. Claude → Settings → Connectors → Add custom connector:

    • URL: https://mcpgram-mcp-server.vercel.app/mcp

    • Leave Client ID / Secret empty (DCR via Auth0).

  5. Complete Auth0 login in the browser.

Local stdio

MCPGRAM_API_KEY=mcpg_live_… npx mcpgram-mcp-server

Health

GET /mcp?health=1{ ok, auth0: true/false }

F
license - not found
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • MCP (Model Context Protocol) server for Appwrite

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

  • A Model Context Protocol server for Wix AI tools

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Aryan418-dev/mcpgram-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server