mcp-registry-mcp - Secure MCP Server by ALMC Security 2025

mcp-registry-mcp

View on GitHub

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"
      }
    }
  }
}

Related in Development - Secure MCP Servers

ServerSummaryActions
Fluent (ServiceNow SDK)A stdio MCP Server for Fluent (ServiceNow SDK), a TypeScript-based declarative domain-specific langu...View
GDBA GDB/MI protocol server based on the MCP protocol, providing remote application debugging capabilit...View
Next.js MCP ServerThis is a Next.js-based application that provides an MCP (Model Context Protocol) server with OAuth...View
cellrank-MCPNatural language interface for scRNA-Seq analysis with cellrank through MCP.View
Web Accessibility Testing (A11y MCP)View
nUR MCP ServerMCP (Model Context Protocol) is a communication protocol developed by Anthropic (open-sourced in Nov...View