Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

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

GitHubEmbed

Описание

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

PyPI Python Ruff

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

from github.com/daedalus/mcp-registry

Установить Registry в Claude Desktop, Claude Code, Cursor

Рекомендуется · одна команда, все IDE
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

Compare Registry with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development