Master MCP Server
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., "@Master MCP Serverlist all available tools from my connected servers"
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.
Master MCP Server
Master MCP Server aggregates multiple MCP servers behind a single, secure endpoint. It provides configuration-driven module loading, unified capability discovery, request routing with resilience, and first-class OAuth flows for multi-backend authentication.
Highlights
Aggregates multiple MCP servers with tool/resource discovery and namespacing
OAuth support: master token pass-through, delegated provider flows, proxy refresh
Config-driven setup with JSON/YAML, schema validation, and secret resolution
Resilient routing: load-balancing, retries with backoff/jitter, circuit-breakers
Cross-platform: Node.js server and Cloudflare Workers runtime
Production-ready deployment: Docker, Cloudflare Workers, Koyeb
Testing strategy and CI-ready structure
Related MCP server: MCP Proxy Server
Quick Start (Node.js)
Install dependencies (requires network):
npm ciConfigure environment (copy and edit):
cp .env.example .envRun in dev mode:
npm run devHealth and Metrics:
GET /health→{ ok: true }GET /metrics→ basic system metrics
MCP endpoints (HTTP gateway):
POST /mcp/tools/listPOST /mcp/tools/callwith{ name, arguments }POST /mcp/resources/listPOST /mcp/resources/readwith{ uri }
See docs/ for full guides and end-to-end examples.
Documentation
Docs index:
docs/index.mdGetting started:
docs/getting-started/overview.mdGuides:
docs/guides/*API reference: generated into
docs/api/reference/(see below)Configuration reference:
docs/configuration/*Deployment:
docs/deployment/*Troubleshooting:
docs/troubleshooting/*Contributing:
docs/contributing/*
Generate API Docs
We use TypeDoc (Markdown) to generate API docs from TypeScript.
Install (requires network):
npm i -D typedoc typedoc-plugin-markdownGenerate docs:
npm run docs:apiOutputs to docs/api/.
Examples
Working examples live in examples/:
Basic Node:
examples/basic-nodeCloudflare Worker:
examples/cloudflare-workerAdvanced Routing:
examples/advanced-routingOAuth Delegation:
examples/oauth-delegationTesting Patterns: see
/testsanddocs/examples/testing.md
Each example has a README with run instructions.
Deployment
Docker:
deploy/docker/*and top-levelDockerfile/docker-compose.ymlCloudflare Workers:
deploy/cloudflare/*withwrangler.tomlKoyeb:
deploy/koyeb/koyeb.yamlCI/CD examples: see
docs/deployment/cicd.md
Architecture
Contributing & Support
See
docs/contributing/*for development workflow and guidelinesSee
docs/troubleshooting/index.mdfor solutionsOpen an issue or discussion for help and ideas
License
See LICENSE. This repository currently uses UNLICENSED for private/internal use.
This server cannot be installed
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
- Alicense-qualityDmaintenanceA middleware server that enables multiple isolated instances of the same MCP servers to coexist independently with unique namespaces and configurations.Last updated3181MIT
- Alicense-qualityDmaintenanceA central hub that aggregates multiple MCP resource servers into a single unified interface, enabling users to access tools and capabilities from multiple backend servers through one connection point.Last updated71202MIT

Pipedreamofficial
Flicense-qualityCmaintenanceRun your own MCP server for over 2,500 apps and APIs. * Run your own MCP server for over 2,500 APIs * Manage servers for your users, in your own app. * Connect accounts, configure params, and make API requests, all via tools * Fully-managed OAuth and credential storage )Last updated19811,586
Related MCP Connectors
MCP Hub: AI service discovery, per-user OAuth, and multi-service workflow orchestration
Self-hosted federated MCP gateway: one OAuth 2.1 MCP server in front of N apps, user-level scopes.
34 production API tools over one hosted MCP endpoint.
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/Jakedismo/master-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server