mcp-registry MCP Server
SirhanMacx/mcp-registry
Community registry for Model Context Protocol (MCP) servers — verified install commands, tool listings, structured metadata
claude mcp add agentrank -- npx -y agentrank-mcp-server Overview
SirhanMacx/mcp-registry is a HTML MCP server. Community registry for Model Context Protocol (MCP) servers — verified install commands, tool listings, structured metadata Topics: ai-agents, claude, llm, mcp, model-context-protocol, open-source, registry, tools.
Ranked #72 out of 129 indexed tools.
Actively maintained with commits in the last week.
Ecosystem
Score Breakdown
2 stars → early stage
Last commit today → actively maintained
No issues filed → no history to score
2 contributors → solo project
No dependents → no downstream usage
Weights: Freshness 25% · Issue Health 25% · Dependents 25% · Stars 15% · Contributors 10% · How we score →
How to Improve
Matched Queries
From the README
# MCP Registry 🔌
> The missing discovery layer for Model Context Protocol servers.
**Problem:** MCP is growing fast but finding servers is chaos. There's no canonical registry, no search, no compatibility metadata — just scattered GitHub repos and random awesome-lists.
**Solution:** A community-maintained, searchable registry with structured metadata for every MCP server.
## What's here
- `registry/` — Structured JSON entries for each MCP server
- `schema/` — JSON schema for registry entries
- `web/` — Static site for browsing/searching (no backend needed)
- `scripts/` — Validation and build tools
## Entry format
```json
{
"id": "sqlite-mcp",
"name": "SQLite MCP Server",
"description": "Read/write SQLite databases from any MCP-compatible agent",
"author": "someone",
"repo": "https://github.com/someone/sqlite-mcp",
"install": "npx sqlite-mcp",
"protocol_version": "2024-11-05",
"tools": ["query", "execute", "list_tables", "describe_table"],
"prompts": [],
"res Read full README on GitHub → Get the weekly AgentRank digest
Top movers, new tools, ecosystem insights — straight to your inbox.