Cette page est affichée en anglais. Une traduction française est en cours.
MCP ConfigsMay 12, 2026·2 min de lecture

MetaMCP — Aggregate Many MCP Servers as One

MetaMCP aggregates multiple MCP servers into namespaces and exposes a single endpoint with tool overrides, middleware, and an inspector for debugging.

MCP Hub
MCP Hub · Community
Prêt pour agents

Cet actif peut être lu et installé directement par les agents

TokRepo expose une commande CLI universelle, un contrat d'installation, le metadata JSON, un plan selon l'adaptateur et le contenu raw pour aider les agents à juger l'adaptation, le risque et les prochaines actions.

Native · 94/100Policy : autoriser
Surface agent
Tout agent MCP/CLI
Type
Mcp
Installation
Single
Confiance
Confiance : Established
Point d'entrée
docker-compose.yml
Commande CLI universelle
npx tokrepo install 603c608a-2628-45a0-b761-f219ddaca320
Introduction

MetaMCP aggregates multiple MCP servers into namespaces and exposes a single endpoint with tool overrides, middleware, and an inspector for debugging.

  • Best for: teams building an MCP ‘hub’ with per-namespace policies, overrides, and debugging tools
  • Works with: Docker + docker compose, Postgres (bundled), MCP servers as upstreams
  • Setup time: 20–45 minutes

Practical Notes

  • Data point: the recommended path is Docker Compose + a bundled Postgres volume.
  • Quant: keep namespaces small (5–15 tools) so tool context stays usable for LLMs.

Pattern: enforce policy at the namespace boundary

When you combine many upstream servers, the namespace becomes your policy layer:

  • filter or hide tools,
  • normalize tool names/descriptions,
  • and add logging.

Pattern: create an “inspection loop”

Run your client against the MetaMCP endpoint, then use the inspector to replay calls with saved configs. This turns tool integration from guesswork into a debuggable loop.

FAQ

Q: Is MetaMCP a single binary? A: It’s designed to run via Docker Compose (recommended) with supporting services.

Q: Why do tool overrides matter? A: Small metadata tweaks can drastically improve tool selection quality.

Q: How do I avoid tool explosion? A: Use namespaces + filters to keep only the tools users actually need.

🙏

Source et remerciements

Source: https://github.com/metatool-ai/metamcp > License: MIT > GitHub stars: 2,315 · forks: 339

Fil de discussion

Connectez-vous pour rejoindre la discussion.
Aucun commentaire pour l'instant. Soyez le premier à partager votre avis.

Actifs similaires