MCP server to analyze your genetic test results from WeGene
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:
npx -y @smithery/cli install @xraywu/mcp-wegene-assistant --client claude
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:
{
"mcpServers": {
"wegene-assistant": {
"command": "uv",
"args": [
"--directory",
"/path/to/wegene-assistant",
"run",
"wegene-assistant"
]
}
}
}
Llm Context.py
Share code with LLMs via Model Context Protocol or clipboard. Rule-based customization enables easy switching between different tasks (like code review and documentation). Includes smart code outlining.
Mcp Ollama
Query model running with Ollama from within Claude Desktop or other MCP clients
Mcp Wegene Assistant
MCP server to analyze your genetic test results from WeGene
Version 2.0 - 37 tools available - an MCP server for interacting with the Canvas LMS API. This server allows you to manage courses, assignments, enrollments, and grades within Canvas.
a cli/mcp server tool for managing mcp server json config file with version control, profiles and multi-client support
MCP server for the windows API.