Interact with an MCP registry to check health, list entries, and get server details.
MCP server for mcp-registry: https://github.com/modelcontextprotocol/registry
This MCP server exposes the following tools:
Description: Checks the health of the MCP registry server. Parameters: None
Description: Lists MCP registry server entries with pagination support. Parameters: None
Description: Get details for a specific MCP registry server. Parameters:
server_id
(str): The ID of the server to retrieve details for.Description: Simple ping endpoint that returns environment configuration information. Parameters: None
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"
}
}
}
}
A simple Hello World MCP server built with FastMCP, serving as a basic example.
Provides developers with continuous, project-centric context awareness. Requires a TursoDB database.
Take screenshots and analyze mobile apps with AI assistance directly from your IDE.
Exposes Makefile targets as callable tools for AI assistants.
Analyze Solana metrics from InfluxDB and generate Grafana dashboards.
Create, validate, and render diagrams from D2 (Declarative Diagramming) code into SVG and PNG formats.
Tracks newly created Uniswap liquidity pools across nine blockchain networks, providing real-time data for DeFi analysts, traders, and developers.
A reasoning engine with multiple strategies, including Beam Search and Monte Carlo Tree Search.
Generates AI agent tools from Postman collections and requests using the Postman API.
An LLM-powered server for automating unit, integration, E2E, and API tests.