metamcp
Overview
metamcp is an MCP aggregator, orchestrator, middleware, and gateway packaged in a Docker container.
Capabilities
- • stdio transport support
- • network transport options
- • authentication support
- • github integration
- • mcp client integration
Best For
metamcp: MCP aggregator, orchestrator, middleware, and gateway in a Docker container.
Decision Snapshot
Usage
available
Docs
7 links
Config
8 strong hints
Capabilities
5 key capabilities detected
- • GitHub stars: 2214
- • Forks: 324
- • Source provenance count: 1
- • Active signal: Updated this week from lifecycle signals.
- • Last seen: 4/15/2026
- • Published: 3/15/2026
Usage
git clone https://github.com/metatool-ai/metamcp.git && cd metamcp && code .
Features
- • ?api_key= param api key auth doesn't work for SSE. It only works for Streamable HTTP and OpenAPI.
- • Best practice is to use the API key in Authorization: Bearer <API_KEY> header.
- • Try disable auth temporarily when you face connection issues to see if it is an auth issue.
- • Check invalidation.md for a seq diagram about how idle session invalidates during updates.
- • 🔐 **PKCE (Proof Key for Code Exchange)** enabled by default
- • 🛡️ **Authorization Code Flow** with automatic user creation
- • 🔄 **Auto-discovery** of OIDC endpoints
- • 🍪 **Seamless session management** with existing auth system
Use Cases
- • Capability coverage: stdio transport support; network transport options.
Supported Clients / Integrations
- • stdio transport support
- • network transport options
- • authentication support
- • github integration
- • mcp client integration
Compatibility Signals
- • GitHub: supports (Detected in parser config/capability hints.)
Prompt Examples
example
• git clone https://github.com/metatool-ai/metamcp.git && cd metamcp && code .
Notes / Requirements
- • Primary language: TypeScript
- • License: MIT
- • Documentation coverage: high
- • Parser coverage score: 1.00
- • Source provenance includes GitHub discovery
- • Source feeds: GitHub Search API
- • Topic cluster: general
Official Links
Source Information
You can verify all information on this page against the source repository above.
Related MCP Tools
mcp-use
mcp-use is an opinionated TypeScript framework for building MCP agents, clients, and servers. Built on top of the official @modelcontextprotocol/sdk, it adds structured patterns for authentication, error handling, and composable agent workflows. Editor's Review: mcp-use is the most practical choice for TypeScript developers building production MCP integrations. The framework makes sensible defaults while preserving escape hatches for customization. Notably, it supports ChatGPT Apps, Code Mode, OAuth, Notifications, Sampling, and Observability—covering most real-world MCP use cases in a single library. If you are building an MCP server in TypeScript, starting with mcp-use will save significant time compared to raw SDK usage.
duaraghav8/MCPJungle
Self-hosted MCP Server registry for enterprise AI Agents, built with Go.
XcodeBuildMCP
XcodeBuildMCP is a Model Context Protocol (MCP) server and CLI tool for agent use in iOS and macOS project development.
mcphub.nvim
mcphub.nvim is a Neovim plugin that provides an interface to mcphub.com, a marketplace for MCP servers. It allows Neovim users to browse, install, and manage MCP servers directly from their editor. Editor's Review: For Neovim users who want AI assistance through MCP, this plugin removes the manual configuration overhead. Instead of configuring MCP servers through JSON files, you can search the mcphub registry and install servers with a few keystrokes. The plugin is particularly useful for developers who frequently experiment with different MCP tools or who want to quickly evaluate new servers without leaving their editor. Note that mcphub.nvim is most useful when you already have an MCP-compatible AI assistant configured in Neovim.
What To Do Next
Continue from this tool into a workflow and a learn guide to shorten implementation time.