Wegene Assistant MCP Server
wegene-assistant MCP 服务器
WeGene Assistant 的 MCP 服务器,使用 LLM 分析用户的 WeGene 基因检测报告。
成分
资源
一旦用户获得授权,其帐户下的所有报告都将作为资源公开:
用于访问每个单独报告的自定义 wegene:// URI 方案
报告资源具有名称、描述和 application/json mimetype
工具
服务器实现了一个工具:
**wegene-oauth:**在浏览器中启动 WeGene Open API oAuth 流程
用户应在 120 秒内完成授权,以便 LLM 能够进一步访问报告。
**wegene-get-profiles:**读取用户 WeGene 账户下的个人资料列表
个人资料的名称和 ID 将返回以供 LLM 使用。
**wegene-get-report-info:**返回报告元信息,以便 LLM 知道有哪些可用的报告。
将返回报告名称、描述、端点等的列表
**wegene-get-report:**读取配置文件下的单个报告的结果
返回WeGene开放API平台指定的结果JSON
论点
report_endpoint:要检索的报告端点
report_id:要检索的报告的 ID
profile_id:用于检索报告的配置文件 ID
Related MCP server: gwas-mcp
配置
您将需要 WeGene Open API 密钥/秘密才能使用该项目。
将
.env.example复制为.env并更新文件中的密钥和秘密。
快速入门
安装
通过 Smithery 安装
要通过Smithery自动安装 Claude Desktop 的 WeGene Assistant:
npx -y @smithery/cli install @xraywu/mcp-wegene-assistant --client claude本地安装
准备 MCP 服务器
克隆此项目
在项目根文件夹下运行
uv sync --dev --all-extras
Claude桌面配置
在 MacOS 上:
~/Library/Application\ Support/Claude/claude_desktop_config.json在 Windows 上:
%APPDATA%/Claude/claude_desktop_config.json
在配置文件中添加以下内容:
{
"mcpServers": {
"wegene-assistant": {
"command": "uv",
"args": [
"--directory",
"/path/to/wegene-assistant",
"run",
"wegene-assistant"
]
}
}
}Maintenance
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
- AlicenseAqualityBmaintenanceUpload your raw DNA file from 23andMe, AncestryDNA, MyHeritage, FamilyTreeDNA, or any VCF -- and watch a team of AI agents fan out across 16+ public genomics databases, share discoveries with each other in real time, and produce a comprehensive health report. Everything runs on your machine. Nothing is uploaded anywhere.2416MIT
- AlicenseCqualityFmaintenanceProvides AI-powered access to major biological databases for GWAS and bioinformatics research. Enables natural language queries for protein, gene, variant, pathway, and drug discovery analysis.441MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to query clinical genomics databases, retrieve supporting literature, analyze population genetics, and visualize biological pathways.22MIT
- AlicenseAqualityDmaintenanceEnables AI-driven pharmacogenomic analysis by querying structured genetic variant, drug response, and disease risk data. Supports natural language questions about medications, traits, and health risks based on user genome data, with privacy-first local execution.1645511MIT
Related MCP Connectors
Garmin data in Claude & ChatGPT via the Garmin Health API. OAuth sign-in, no password sharing.
63 tools for Apple Health, Fitbit, Oura & Health Connect data in Claude, ChatGPT, Grok & Mistral.
Doctor-reviewed blood-test markers, conditions & symptoms as agent tools. EN/RU/HE. Hosted.
Appeared in Searches
- A search related to PHP web development or applications
- Resources and Tools for Data Analysis
- Researching Effective Methods for Developing AI Agents
- Replicating ChatGPT Memory Functionality for Task Management and Skill Tracking
- A guide on utilizing Python for solving numerical problems using internet resources
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/xraywu/mcp-wegene-assistant'
If you have feedback or need assistance with the MCP directory API, please join our Discord server