mcpgram-mcp-server
Provides tools for interacting with GitHub through the MCPGRAM API, enabling repository and issue management.
Provides tools for interacting with Notion through the MCPGRAM API, enabling page and database operations.
Provides tools for interacting with Slack through the MCPGRAM API, enabling messaging and channel management.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcpgram-mcp-serverList my recent GitHub pull requests"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 APIThis 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 |
| Public URL of this app, e.g. |
| e.g. |
| Auth0 API identifier, must match resource e.g. |
| MCPGRAM workspace API key used after Auth0 login |
| MCPGRAM backend (default |
Claude.ai setup
Configure Auth0 (API, DCR, Resource Parameter profile) — see project checklist.
Set env vars above; redeploy.
Disable Vercel Deployment Protection for this project.
Claude → Settings → Connectors → Add custom connector:
URL:
https://mcpgram-mcp-server.vercel.app/mcpLeave Client ID / Secret empty (DCR via Auth0).
Complete Auth0 login in the browser.
Local stdio
MCPGRAM_API_KEY=mcpg_live_… npx mcpgram-mcp-serverHealth
GET /mcp?health=1 → { ok, auth0: true/false }
This server cannot be installed
Maintenance
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
- AlicenseBqualityDmaintenanceAn educational implementation of a Model Context Protocol server that demonstrates how to build a functional MCP server integrating with various LLM clients.Last updated2MIT
- Alicense-qualityDmaintenanceA Model Context Protocol (MCP) server that supports STDIO, SSE and Streamable HTTP protocols for AI model interactions.Last updated371MIT
- Alicense-qualityFmaintenanceA robust server implementing the Model Context Protocol with SSE and STDIO transport, enabling real-time communication and extensible tooling for AI models.Last updated3073MIT
- Alicense-qualityDmaintenanceModel Context Protocol server that standardizes tool discovery, execution, and context management for AI applications.Last updatedMIT
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
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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