Use the Aniva MCP connector to access your health data inside VS Code's GitHub Copilot Agent Mode. Ask questions about your biomarkers, biological age, and personalized health insights without leaving your editor.
With the Aniva connector in VS Code, you can ask about:
Biomarker Results — "What are my vitamin D levels?" or "Which markers are outside range?"
Biological Age — "What is my biological age compared to my actual age?"
Health Trends — "How have my cholesterol levels changed over time?"
Action Plans — "Summarize my health recommendations"
Profile Information — "What health data do you have for me?"
VS Code version 1.99 or later
GitHub Copilot subscription (Individual, Business, or Enterprise)
An Aniva account with at least one completed blood test
Your Aniva MCP URL: https://aniva.health/mcp
Open your VS Code settings.json and add the following:
{
"mcp": {
"servers": {
"aniva": {
"type": "http",
"url": "https://aniva.health/mcp"
}
}
}
}Open the Command Palette (Ctrl/Cmd+Shift+P) → MCP: Add Server → enter https://aniva.health/mcp → name it "Aniva".
Open the Copilot Chat panel, switch to Agent Mode, and try asking:
"Show me my latest biomarker results"
"What is my biological age?"
"Which health markers should I focus on improving?"
"Give me a summary of my action plan"
Aniva only shares the data needed to answer your question. Your health data is transmitted securely and never stored by GitHub Copilot. You can revoke access at any time from your Aniva account settings.
Agent Mode not available? Make sure you are using VS Code 1.99+ and have an active GitHub Copilot subscription.
Connector not loading? Check your settings.json for JSON syntax errors and restart VS Code.
No data returned? Ensure you have completed at least one Aniva blood test and your results are visible in your dashboard.
Need help? Contact us at support@aniva.health or use the chat widget on aniva.health.