<a href="https://glama.ai/mcp/servers/85uxmq6wx7"><img width="380" height="200" src="https://gips2.baidu.com/it/u=2257689789,493664195&fm=3081&app=3081&f=PNG?w=760&h=400" alt="Compass MCP 服务器" /></a>
您现在可以在我们的网站上直接体验 MCP 发现!
👉 探索 MCP Compass 👈
深入了解 MCP 服务的实际应用,获取实时推荐和洞察。
MCP Compass 是一个发现与推荐服务,帮助您探索模型上下文协议服务器。它充当智能向导,基于自然语言查询帮助AI助手找到并理解可用的MCP服务,使发现和利用正确的工具来完成特定任务变得更加容易。
或
npx对于 Claude Desktop,请编辑您的 claude_desktop_config.json 文件:
code ~/Library/Application\ Support/Claude/claude_desktop_config.json
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 文件了解详情。