BioBTree

BioBTree

A unified biomedical graph database that integrates 50+ 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.

Category
Visit Server

README

๐Ÿงฌ BioBTree v2

A unified biomedical graph database that integrates 50+ 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.

๐Ÿ”— 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/ws/?i=BRCA1
https://sugi.bio/biobtree/api/ws/map/?i=BRCA1&m=>>ensembl>>uniprot>>chembl_target
https://sugi.bio/biobtree/api/ws/entry/?i=P38398&s=uniprot

๐Ÿ“– 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

The public MCP server hosted at sugi.bio is for academic and personal use only due to upstream non-commercial data licenses.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured