Registry
БесплатноНе проверенAn MCP server designed for interacting with the Model Context Protocol Registry API to discover and retrieve information about available MCP servers. It provide
Описание
An MCP server designed for interacting with the Model Context Protocol Registry API to discover and retrieve information about available MCP servers. It provides tools to search, list, and view detailed configurations and version history for servers within the registry.
README
MCP server for interacting with the MCP Registry API
Install
pip install mcp-registry
Usage
As an MCP Server
Configure in your MCP client:
{
"mcpServers": {
"mcp-registry": {
"command": "mcp-registry"
}
}
}
Using npx
{
"mcpServers": {
"mcp-registry": {
"command": "npx",
"args": ["-y", "mcp-registry"]
}
}
}
Available Tools
list_mcp_servers
Lists MCP servers from the MCP Registry with pagination.
list_mcp_servers(limit=50, cursor=None, registry_url="https://registry.modelcontextprotocol.io")
search_mcp_servers
Searches for MCP servers by name or keywords.
search_mcp_servers(query="search term", limit=50, registry_url="https://registry.modelcontextprotocol.io")
get_mcp_server
Gets detailed information about a specific MCP server.
get_mcp_server(name="server-name", registry_url="https://registry.modelcontextprotocol.io")
get_server_versions
Gets available versions for a specific MCP server.
get_server_versions(name="server-name", registry_url="https://registry.modelcontextprotocol.io")
Development
git clone https://github.com/daedalus/mcp-registry.git
cd mcp-registry
pip install -e ".[test]"
# run tests
pytest
# format
ruff format src/ tests/
# lint
ruff check src/ tests/
# type check
mypy src/
mcp-name: io.github.daedalus/mcp-registry
Установить Registry в Claude Desktop, Claude Code, Cursor
unyly install mcp-registryСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add mcp-registry -- uvx mcp-registryПошаговые гайды: как установить Registry
FAQ
Registry MCP бесплатный?
Да, Registry MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Registry?
Нет, Registry работает без API-ключей и переменных окружения.
Registry — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Registry в Claude Desktop, Claude Code или Cursor?
Открой Registry на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Registry with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
