loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

mcp-registry

MCP Tool

SirhanMacx/mcp-registry

Community registry for Model Context Protocol (MCP) servers — verified install commands, tool listings, structured metadata

Install

$ npx loaditout add SirhanMacx/mcp-registry

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "mcp-registry": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-registry"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

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
{
  "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": [],
  "resources": ["sqlite:///{path}"],
  "tags": ["database", "sqlite", "storage"],
  "verified": false,
  "submitted": "2026-03-22"
}
Why this matters

MCP is becoming the standard way for AI agents to access tools. But right now:

  • Finding servers requires hours of GitHub searching
  • No way to know if a server is maintained or abandoned
  • No compatibility metadata (which clients work with it?)
  • No usage stats or community validation

This registry changes that.

Contributing

Submit a PR adding your server to registry/. One JSON file per server. The schema validates automatically.

Status

🟡 Early — seeding initial entries. PRs welcome.

Related
  • Machina Market — Premium MCP server packs (catalog.json for agent-native purchase)
  • MCP Spec
  • MCP SDK

Tags

ai-agentsclaudellmmcpmodel-context-protocolopen-sourceregistrytools

Reviews

Loading reviews...

Quality Signals

0
Installs
Last updated27 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/23/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/SirhanMacx/mcp-registry)](https://loaditout.ai/skills/SirhanMacx/mcp-registry)