Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Mcpgram Server

БесплатноНе проверен

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

Описание

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

Установить Mcpgram Server в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
unyly install mcpgram-mcp-server

Ставит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.

Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh

Или настроить вручную

Выполни в терминале:

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

Пошаговые гайды: как установить Mcpgram Server

FAQ

Mcpgram Server MCP бесплатный?

Да, Mcpgram Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Mcpgram Server?

Нет, Mcpgram Server работает без API-ключей и переменных окружения.

Mcpgram Server — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Mcpgram Server в Claude Desktop, Claude Code или Cursor?

Открой Mcpgram Server на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Mcpgram Server with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории communication