Skip to main content
Glama

MCP Advisor

MCP-сервер, который позволяет вашему ИИ-ассистенту просматривать, искать и находить MCP-серверы в реестре MCP Advisor.

Данные реестра представляют собой статический снимок официального реестра MCP, который регулярно обновляется и публикуется в интернете. Весь поиск и все запросы выполняются локально в пакете — не требуется учетная запись, нет отслеживания и нет бэкенда, от которого нужно зависеть.

Установка

# Run directly (recommended)
uvx mcp-advisor

# Or install globally
pip install mcp-advisor

Related MCP server: MCP Registry Server

Использование

С помощью Claude Desktop

Добавьте в ваш claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-advisor": {
      "command": "uvx",
      "args": ["mcp-advisor"]
    }
  }
}

С помощью Cursor

Добавьте в .cursor/mcp.json:

{
  "mcpServers": {
    "mcp-advisor": {
      "command": "uvx",
      "args": ["mcp-advisor"]
    }
  }
}

Автономный режим

uvx mcp-advisor                              # stdio transport (default)
uvx mcp-advisor --transport sse              # SSE transport
uvx mcp-advisor --data-url http://localhost:8000   # custom snapshot source (or a local dir)

Инструменты

Инструмент

Описание

search_servers

Поиск MCP-серверов с фильтрами (запрос, транспорт, тип реестра, тег, сортировка)

get_server_details

Получить полные сведения о конкретном сервере

get_install_instructions

Получить конфигурацию установки для Claude Desktop, Cursor, opencode или универсальную

get_trending_servers

Получить популярные серверы по звездам GitHub и недавней активности

get_registry_stats

Получить статистику реестра

browse_tags

Перечислить все теги с количеством серверов

Лицензия

MIT - Luca Stucchi

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Enables searching and retrieving detailed information about MCP servers from the official MCP registry. Provides tools to list servers with filtering options and get comprehensive details about specific servers.
    46
    3
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables discovery and search of available MCP servers through the official MCP Registry. Supports browsing servers with pagination and filtering to find the right MCP tools for your needs.
    1
    36
    4
    MIT
  • A
    license
    A
    quality
    B
    maintenance
    Enables agents to discover, compare, and install other MCP servers using natural language tasks, backed by a searchable index of thousands of servers.
    6
    100
    MIT

View all related MCP servers

Related MCP Connectors

  • Discover and recommend retriever MCP servers. Includes top picks and install config tools.

  • Driflyte MCP server which lets AI assistants query topic-specific knowledge from web and GitHub.

  • Search and browse every MCP server in the Model Context Protocol registry.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stucchi/mcp-advisor'

If you have feedback or need assistance with the MCP directory API, please join our Discord server