BioBTree
🧬 BioBTree v2
A unified biomedical graph database that integrates 80+ primary data sources — genes, proteins, compounds, diseases, pathways, and clinical data — into a single queryable graph with billions of cross-reference edges. Its native MCP server gives LLMs direct access to structured, authoritative biomedical data, complementing their reasoning with reliable identifiers and up-to-date database content.
BRCA1 >> ensembl >> uniprot >> pdb[resolution<2.0]This finds BRCA1 in Ensembl, maps to UniProt proteins, and returns high-resolution PDB structures — crossing three databases in a single line.
🌐 Website: sugi.bio/biobtree
🔗 Try It
The fastest way to experience BioBTree v2 is through MCP. We recommend Claude CLI (tested extensively), though Codex CLI and Gemini CLI also work:
{
"mcpServers": {
"biobtree": {
"type": "http",
"url": "https://sugi.bio/biobtree/mcp"
}
}
}Once connected, just ask questions in natural language — the AI will query BioBTree automatically:
💊 "What tissues express SCN9A most highly? Are there safety concerns for a Nav1.7 inhibitor?"
🧪 "How many ClinVar variants does BRCA1 have? How many are pathogenic?"
🎯 "What are all the protein targets of Alectinib with IC50 values?"
A REST API is also available for direct programmatic access:
https://sugi.bio/biobtree/api/search?i=BRCA1
https://sugi.bio/biobtree/api/map?i=BRCA1&m=>>ensembl>>uniprot>>chembl_target
https://sugi.bio/biobtree/api/entry?i=P38398&s=uniprotRelated MCP server: Neo4j GraphRAG MCP Server
Q&A
Browse biological questions answered with BioBTree: sugi.bio/biobtree
🕸️ Knowledge Graph
BioBTree exports a biolink-typed KGX knowledge graph. A human-scoped, Neo4j-ready subgraph (~40M nodes / ~132M edges) is published on Zenodo under CC BY-NC-SA 4.0. See docs/kg_export.
📖 Documentation
Query syntax, integrated databases, development, and other details check the : docs/ or refer to latest preprint.
For any questions, issues, or collaboration ideas, feel free to create an issue or reach out at tamer.gur07@gmail.com.
📄 Publication
BioBTree v2: Grounding LLM Responses with Large-Scale Structured Biomedical Data
The full preprint manuscript, detailing the graph architecture and comparative LLM use cases is available on Zenodo: https://zenodo.org/records/18962899
BioBTree v1: F1000Research
⚖️ License
AGPL-v3
This server cannot be installed
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
- AlicenseAqualityCmaintenanceAn MCP server that provides standardized access to biomedical knowledge bases and resources, enabling AI systems to retrieve verified information from sources like bioRxiv, EuropePMC, and various protein/gene databases.Last updated5228Apache 2.0
- AlicenseAqualityCmaintenanceAn MCP server that enables LLMs to perform semantic and fulltext searches within Neo4j while executing complex, search-augmented Cypher queries for GraphRAG applications. It provides tools for database schema discovery and supports multi-provider embeddings to facilitate advanced graph traversals.Last updated52MIT
- Alicense-qualityDmaintenanceA unified MCP server for biomedical research that connects AI systems to resources like Ensembl, EuropePMC, STRING, and more, enabling retrieval of verified domain-specific information.Last updatedApache 2.0
- AlicenseAqualityBmaintenanceA high-performance MCP server that gives LLMs access to 25 biomedical tools federated across 50+ upstream APIs for genes, variants, drugs, diseases, literature, clinical trials, and structural biology.Last updated25432MIT
Related MCP Connectors
Open Targets MCP — disease/target/drug knowledge graph.
MCP gateway federating 21 biomedical MCP servers behind one endpoint: gnomAD, ClinVar, HPO, VEP.
Monarch biomedical knowledge graph — diseases, phenotypes, genes, variants
Appeared in Searches
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/tamerh/biobtree'
If you have feedback or need assistance with the MCP directory API, please join our Discord server