redhat-community-ai-tools

mcp-registry-mcp

Updated

MCP (Model Context Protocol) server registry MCP

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:

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

MCP Server ยท Populars

MCP Server ยท New

    D4Vinci

    Sponsors

    ๐Ÿ•ท๏ธ An undetectable, powerful, flexible, high-performance Python library to make Web Scraping Easy and Effortless as it should be!

    Community D4Vinci
    FarhanAliRaza

    claude-context-local

    Code search MCP for Claude Code. Make entire codebase the context for any coding agent. Embeddings are created and stored locally. No API cost.

    Community FarhanAliRaza
    awslabs

    AWS Knowledge MCP Server

    AWS MCP Servers โ€” helping you get the most out of AWS, wherever you use MCP.

    Community awslabs
    cert-manager

    cert-manager

    Automatically provision and manage TLS certificates in Kubernetes

    Community cert-manager
    nesquikm

    ๐Ÿฆ† MCP Rubber Duck

    An MCP server that acts as a bridge to query multiple OpenAI-compatible LLMs with MCP tool access. Just like rubber duck debugging, explain your problems to various AI "ducks" who can actually research and get different perspectives!

    Community nesquikm