MCP指南针
MCP Compass 是一种发现和推荐服务,它通过自然语言查询帮助人工智能助手查找和理解模型上下文协议服务器。
可用工具 (1 个)
该服务在 MCP 协议中暴露的工具,AI 可按需调用
recommend-mcp-servers 1 个参数 需填 1 项
Use this tool when there is a need to findn external MCP tools. It explores and recommends existing MCP servers from the internet, based on the description of the MCP Server needed. It returns a list of MCP servers with their IDs, descriptions, GitHub URLs, and similarity scores.
必填参数:query
服务介绍
MCP Compass 🧭
MCP 发现与推荐
体验 MCP Compass 🌐
您现在可以直接在我们的网站上体验 MCP 发现功能!
👉 探索 MCP Compass 👈
深入探索,通过实时推荐和洞察发现 MCP 服务的强大之处。
这是什么?🤔
MCP Compass 是一个发现与推荐服务,帮助您探索 Model Context Protocol 服务器。它充当智能指南,基于自然语言查询帮助 AI 助手找到并理解可用的 MCP 服务,从而更容易地发现和利用适合特定任务的工具。
快速示例
特性 🌟
快速开始 🚀
使用方法
- 克隆仓库
或
- 使用
npx
安装
对于 Claude Desktop,编辑您的 claude_desktop_config.json 文件:
MacOS/Linux
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
Windows
code $env:AppData\Claude\claude_desktop_config.json
-
作为 MCP 服务:
将其添加到您的 AI 助手的 MCP 配置中以启用服务发现功能。
{ "mcpServers": { "mcp-compass": { "command": "npx", "args": [ "-y", "@liuyoshio/mcp-compass" ] } } }或
{ "mcpServers": { "mcp-compass": { "command": "node", "args": [ "/path/to/repo/build/index.js" ] } } }
许可证 📝
MIT 许可证 - 详情请参见 LICENSE 文件。