用于WeGene助手的MCP服务器,使用LLM来分析用户的WeGene基因检测报告。
一旦用户授权,其账户下的所有报告都将作为资源公开:
该服务器实现了一个工具:
.env.example为.env并更新文件中的密钥和秘密。要通过Smithery自动安装WeGene助手到Claude桌面:
npx -y @smithery/cli install @xraywu/mcp-wegene-assistant --client claude
uv sync --dev --all-extras~/Library/Application\ Support/Claude/claude_desktop_config.json在配置文件中添加以下内容:
{
"mcpServers": {
"wegene-assistant": {
"command": "uv",
"args": [
"--directory",
"/path/to/wegene-assistant",
"run",
"wegene-assistant"
]
}
}
}