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"
}
}
}
}
Máy chủ liên quan
Scout Monitoring MCP
nhà tài trợPut performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
nhà tài trợAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
VS Code Settings MCP Server
Programmatically manage Visual Studio Code settings using AI assistants and automated tools.
AgentChatBus
AgentChatBus is a persistent AI communication bus that lets multiple independent AI Agents chat, collaborate, and delegate tasks — across terminals, across IDEs, and across frameworks.
lu-mcp-server
Verify AI agent communication with session types and formal proofs
GoPeak
The most comprehensive MCP server for Godot Engine. 95+ tools for scene management, GDScript LSP, DAP debugging, screenshot capture, input injection, and CC0 asset library.
Model Context Protocol servers
A collection of reference implementations for the Model Context Protocol (MCP), showcasing various MCP servers implemented with TypeScript and Python SDKs.
PureScript MCP Server
An MCP server offering PureScript development tools for AI assistants. Requires Node.js and the PureScript compiler for full functionality.
PromptEasy.EU
The first EU-sovereign, version-controlled prompt library that natively exposes your team’s templates as a managed MCP Server for agentic discovery.
Gaffer.sh
CI Memory For Agents and Teams
MCP Demo Server
A reference implementation of a Model Context Protocol (MCP) server with example tools, prompts, and resources.
gget-mcp
An MCP server for the gget bioinformatics library, enabling standardized access to genomics tools and databases.