packages/mcp-registry-registry/README.md
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.
# Using npm
npm install @mastra/mcp-registry-registry
# Using pnpm
pnpm add @mastra/mcp-registry-registry
# Using yarn
yarn add @mastra/mcp-registry-registry
registryListLists available MCP registries with filtering options.
registryServersFetches servers from a specific registry with filtering options.