An MCP server that provides a registry of MCP registries, allowing discovery and access to MCP servers across multiple registries.
The MCP Registry Registry serves as a meta-registry, aggregating information about various MCP registries and providing a unified interface to discover and access MCP servers across the ecosystem. This package implements the Model Context Protocol (MCP) specification, making it compatible with any MCP client.
- Registry Listing: Browse and filter available MCP registries
- Server Discovery: Fetch servers from specific registries
# Using npm
npm install @mastra/mcp-registry-registry
# Using pnpm
pnpm add @mastra/mcp-registry-registry
# Using yarn
yarn add @mastra/mcp-registry-registry
Lists available MCP registries with filtering options.
Fetches servers from a specific registry with filtering options.