-
securityA
license-
qualityA server that enables Large Language Models to discover and interact with REST APIs defined by OpenAPI specifications through the Model Context Protocol.
Last updated -
72
78
TypeScript
MIT License
MCP server for WeGene Assistant, using LLM to analyze a user's WeGene genetic testing report.
Once a user is authorized, all the reports under his/her account will be exposed as a resource:
The server implements one tool:
.env.example
as .env
and update the key and secret in the file.To install WeGene Assistant for Claude Desktop automatically via Smithery:
uv sync --dev --all-extras
under the project's root folder~/Library/Application\ Support/Claude/claude_desktop_config.json
%APPDATA%/Claude/claude_desktop_config.json
Add below contents in the configuration file:
You must be authenticated.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Leverages large language models to analyze users' WeGene genetic testing reports, providing access to report data via custom URI schemes and enabling profile and report management through OAuth authentication and API utilization.