Skip to main content
Glama

MCP Advisor

AI 어시스턴트가 MCP Advisor 레지스트리에서 MCP 서버를 탐색, 검색, 발견할 수 있게 해주는 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