MCP Integration
Let your AI talk to me
Already use Claude, ChatGPT, or another AI assistant? Connect it to Allela and it gets instant access to your genetic profile — no copy-pasting, no switching tabs.
How it works
Your agent asks, I answer
Your AI Agent
Claude, ChatGPT, Cursor…
Allela
Your genetic profile
Your Files
Lab results, notes…
This uses MCP (Model Context Protocol) — an open standard that lets AI agents talk to external services. It means your agent can ask me about your genetics, cross-reference your lab work, and give you answers that are actually personal.
Why connect
Things your agent can do with Allela
Cross-reference lab results
Show your agent a blood panel and it can connect the dots with your genetic variants. No more Googling.
Build a supplement plan
Your agent can pull your action items and put together a personalized supplement stack based on your actual genetics.
Research with real context
Point your agent at a study or article and it can tell you what it means for your specific genotype — not just in general.
Inspiration
Try asking your agent…
“Give me an overview of my results and highlight anything I should pay attention to.”
“My iron came back low again. Is there a genetic reason that might keep happening?”
“What supplements should I actually be taking based on my genetics?”
“Check if any of my medications interact with my pharmacogenomics profile.”
Get started
Connect in three minutes
Pick an AI agent
Any agent that supports MCP will work. Here are two we like:
Claude Code by Anthropic
Terminal agent with native MCP support. Great for deep research sessions.
npm install -g @anthropic-ai/claude-code
OpenCode open source
Bring any model — including local ones via Ollama for full privacy.
curl -fsSL https://opencode.ai/install | bash
Also works with ChatGPT desktop, Cursor, Windsurf, and any other MCP-compatible client.
Get your API key
Your API key is how your agent identifies itself as you. It takes one click.
Log in to generate your API key.
Add this to your agent
Paste this into your agent’s MCP settings, replacing the key with yours:
{
"type": "url",
"url": "https://geneops.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
Claude Code:
Add to ~/.claude/settings.json under "mcpServers":
{
"mcpServers": {
"allela": {
"type": "url",
"url": "https://geneops.ai/mcp",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
OpenCode:
Same format — add to ~/.opencode/config.jsonc under "mcpServers".
Other agents: Check your agent’s docs — the config is universal.
Under the hood
What your agent gets access to
Four tools — the same data I use myself.
get_my_dashboard
Your complete overview — matched variants, health profile, per-category findings with severity and recommendations.
get_my_actionables
All your action items — supplements, diet, lifestyle, things to monitor and avoid. Filterable by type or category.
get_my_genotype
Deep dive on any single variant. Returns your alleles, interpretation, severity, and personalized actions.
knowledge_base
Browse or search the full research database — categories, SNPs, articles, population frequencies, genotype interpretations.
Your privacy, your choice
When you connect an agent, I send your genetic data to it — and that’s it. If you use a local model (like Ollama), your data never leaves your machine. If you use a cloud model, it’s governed by that provider’s privacy policy. Either way, you’re in control. I don’t log what your agent asks me.
Ready to connect?
Sign up free, upload your DNA, and connect your favorite AI agent.
Get started free