Skip to main content
Glama

MCP Advisor

一个 MCP 服务器,让您的 AI 助手能够从 MCP Advisor 注册表中浏览、搜索和发现 MCP 服务器。

注册表数据是官方 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