MCP Registry

Provides health checks, registry entry listings, server details, and environment-aware ping for the MCP registry.
  • other

1

GitHub Stars

other

Language

6 months ago

First Indexed

2 months ago

Catalog Refreshed

Documentation & install

Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.

Installation

Add the following to your MCP client configuration file.

Configuration

View docs
{
  "mcpServers": {
    "redhat-community-ai-tools-mcp-registry-mcp": {
      "command": "podman",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "MCP_REGISTRY_URL",
        "-e",
        "MCP_TRANSPORT",
        "quay.io/maorfr/mcp-registry-mcp:latest"
      ],
      "env": {
        "MCP_TRANSPORT": "sse",
        "MCP_REGISTRY_URL": "https://your-domain.mcp-registry.co"
      }
    }
  }
}

Available tools

health_check

Checks the health of the MCP registry server.

list_registry_server_entries

Lists MCP registry server entries with pagination support.

get_server_details

Get details for a specific MCP registry server.

ping

Simple ping endpoint that returns environment configuration information.

Built by
VeilStrat
AI signals for GTM teams
© 2026 VeilStrat. All rights reserved.All systems operational
MCP Registry MCP Server - redhat-community-ai-tools/mcp-registry-mcp | VeilStrat