我们基因助手 MCP 服务器利用大语言模型(LLM)对用户的 WeGene 基因检测报告进行分析,为用户提供更深入的基因数据洞察。
要通过 Smithery 自动安装 WeGene 助手用于 Claude 桌面版本,可使用以下命令:
npx -y @smithery/cli install @xraywu/mcp-wegene-assistant --client claude
uv sync --dev --all-extras
。~/Library/Application\ 支持/Claude/claude_desktop_config.json
。%APPDATA%/Claude/claude_desktop_config.json
。在配置文件中添加以下内容:
{
"mcpServers": {
"wegene-assistant": {
"command": "uv",
"args": [
"--directory",
"/path/to/wegene-assistant",
"run",
"wegene-assistant"
]
}
}
}
一旦用户完成授权,其账户下的所有报告都将被暴露为资源:
wegene://
URI 方案访问每个个体报告。application/json
格式的内容类型。该服务器实现了以下工具:
report_endpoint
:要从哪个端点获取的报告。report_id
:要获取的报告 ID。profile_id
:要从哪个个人资料获取报告。.env.example
并将其命名为 .env
,然后在文件中更新密钥和秘密。