mcp-registry-mcp
Interact with an MCP registry to check health, list entries, and get server details.
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"
}
}
}
}
관련 서버
Scout Monitoring MCP
스폰서Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
스폰서Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Bedrock Server Manager
Manage your Bedrock server with natural language commands using the Bedrock Server Manager API.
Qwen-Agent
A framework for developing LLM applications with capabilities like tool usage, planning, and memory, based on the Qwen model.
MCP Stdio-HTTP Proxy
A TypeScript proxy that connects stdio MCP clients to HTTP SSE MCP servers, handling OAuth authentication.
Lilith Shell
Execute terminal commands through a secure shell interface using an AI assistant.
ComfyUI MCP Server
Integrates ComfyUI with MCP, allowing the use of custom workflows. Requires a running ComfyUI server.
iOS Simulator
Provides programmatic control over iOS simulators through a standardized interface.
HAL (HTTP API Layer)
An MCP server that enables Large Language Models to make HTTP requests and interact with web APIs. It supports automatic tool generation from OpenAPI/Swagger specifications.
Kunobi
Kubernetes desktop IDE with an embedded MCP server for visual oversight of AI-driven cluster operations. Supports FluxCD, ArgoCD, and Helm.
MCP Montano Server
A general-purpose server project built with TypeScript.
sep-mpc-server
A server for processing semantic embeddings, requiring external data files mounted via a Docker volume.