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"
}
}
}
}
Server Terkait
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Remote MCP Server (Authless)
An authentication-free remote MCP server deployable on Cloudflare Workers.
Contract Inspector
Retrieve on-chain information for EVM contracts locally using an Ethereum RPC node and Etherscan API.
Snowfort Circuit MCP
Automate web browsers and Electron desktop applications for AI coding agents.
Tabby-MCP-Server
A Tabby plugin implementing an MCP server for AI-powered terminal control and automation.
WhichModel
Cost-optimised LLM model routing for autonomous agents
MCPunk
Explore and understand codebases through conversation by breaking files into logical chunks for searching and querying without embeddings.
Muster
A universal control plane for managing MCP servers and providing intelligent tool discovery for AI agents.
Squidler.io
Squidler is designed to validate your web app as a human based on natural language use cases, without write brittle, DOM-dependent tests.
MCP Diagnostics Extension
A VS Code extension that provides real-time diagnostic problems like errors and warnings via the Model Context Protocol.
MCP JS Debugger
Debug JavaScript and TypeScript applications through the Chrome DevTools Protocol with full source map support.