Skip to content

Model Context Protocol (MCP)

Definition
AI-generated

The Model Context Protocol (MCP) is an open standard for connecting language-model clients to external tools and resources (files, databases, APIs) through a structured server interface, so models can fetch context or invoke actions with explicit schemas instead of ad hoc integrations.

Synonyms

Why it matters in GWAS

MCP-style boundaries help separate model reasoning from sensitive operations (cohort queries, HPC job submission): access can be audited at the server, and genomics pipelines can expose read-only resources (e.g. reference indexes) without giving the model blanket shell access.

Example usage

"Our MCP server exposed annotated interval lookup by rsID so the assistant never saw individual-level genotypes."

References

  • Anthropic. Model Context Protocol. https://modelcontextprotocol.io/

Last updated (UTC · Git history)