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"
}
}
}
}
Servidores relacionados
Alpha Vantage MCP Server
patrocinadorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Rainfall
200+ production tools for AI agents via Remote MCP. GitHub, Slack, Notion, Linear, Figma, Stripe, web search, OCR, document conversion, semantic memory/recall, Finviz, SEC filings, image generation, and more.
mcproc
Manage background processes for AI agents using the Model Context Protocol (MCP).
MCP Builder
A Python-based server to install and configure other MCP servers from PyPI, npm, or local directories.
WinAiDbg MCP
AI-powered Windows crash dump analysis platform that provides structured access to Microsoft debugging tools through the Model Context Protocol, making complex crash investigation accessible to AI systems
Abstract MCP Server
Caches large tool responses to files and returns compact resource links to save LLM context window space.
Cedardiff
Edit files using CEDARScript, a SQL-like language for code manipulation.
Vibe Coder
An advanced MCP server for semantic routing, code generation, workflows, and AI-assisted development.
Remote MCP Server (Authless)
An example of a remote MCP server deployable on Cloudflare Workers, without authentication.
Credential Manager
A server for securely managing API credentials locally through the Model Context Protocol (MCP).
MCP Chaos Rig
A local MCP server that breaks on demand. Test your client against auth failures, disappearing tools, flaky responses, and token expiry, all from a web UI.