Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Mcpgram Server

FreeNot checked

Model Context Protocol server for MCPGRAM that enables MCP clients to interact with connectors like GitHub, Slack, and Notion through stdio or Streamable HTTP t

GitHubEmbed

About

Model Context Protocol server for MCPGRAM that enables MCP clients to interact with connectors like GitHub, Slack, and Notion through stdio or Streamable HTTP transports.

README

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.

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 }

from github.com/Aryan418-dev/mcpgram-mcp-server

Install Mcpgram Server in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install mcpgram-mcp-server

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add mcpgram-mcp-server -- npx -y github:Aryan418-dev/mcpgram-mcp-server

Step-by-step: how to install Mcpgram Server

FAQ

Is Mcpgram Server MCP free?

Yes, Mcpgram Server MCP is free — one-click install via Unyly at no cost.

Does Mcpgram Server need an API key?

No, Mcpgram Server runs without API keys or environment variables.

Is Mcpgram Server hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Mcpgram Server in Claude Desktop, Claude Code or Cursor?

Open Mcpgram Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Mcpgram Server with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All communication MCPs