MCP ExplorerExplorer

Mcp Registry Mcp

@redhat-ai-toolson 16 days ago
1 MIT
FreeCommunity
AI Systems
MCP (Model Context Protocol) server registry MCP

Overview

What is Mcp Registry Mcp

mcp-registry-mcp is an MCP (Model Context Protocol) server registry that facilitates the management and registration of MCP servers.

Use cases

Use cases include managing multiple MCP servers, ensuring server health, providing a centralized registry for server details, and allowing for the dynamic publishing of server entries.

How to use

To use mcp-registry-mcp, you can run it in a container using Podman or Docker. You need to configure the server with necessary environment variables such as MCP_REGISTRY_URL and MCP_REGISTRY_API_KEY.

Key features

Key features include health check functionality, listing registry server entries with pagination, retrieving details of specific servers, and publishing new server entries with authentication.

Where to use

mcp-registry-mcp can be used in various fields that require server management and registration, particularly in environments utilizing the Model Context Protocol for data handling and communication.

Content

mcp-registry-mcp

MCP server for mcp-registry: https://github.com/modelcontextprotocol/registry

Available MCP Tools

This MCP server exposes the following tools:

1. health_check

Description: Checks the health of the MCP registry server.
Parameters: None


2. list_registry_server_entries

Description: Lists MCP registry server entries with pagination support.
Parameters: None


3. get_server_details

Description: Get details for a specific MCP registry server.
Parameters:

  • server_id (str): The ID of the server to retrieve details for.

4. ping

Description: Simple ping endpoint that returns environment configuration information.
Parameters: None


Running with Podman or Docker

You can run the mcp-registry-mcp server in a container using Podman or Docker:

Example configuration for running with Podman:

Tools

No tools

Comments