Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Esmfold

FreeNot checked

MCP server wrapping ESM Metagenomic Atlas (precomputed protein structures)

GitHubEmbed

About

MCP server wrapping ESM Metagenomic Atlas (precomputed protein structures)

README

MCP server wrapping the ESM Metagenomic Atlas — Meta AI's open atlas of ~617M precomputed protein structure predictions.

Tools (Code Mode)

  • esmfold_search(query) — discover Atlas catalog endpoints
  • esmfold_execute(code) — run JavaScript in a V8 isolate against the Atlas REST API via api.get() / api.post() over the catalog paths
  • esmfold_get_schema(data_access_id?) — list/describe staged tables
  • esmfold_query_data(data_access_id, sql) — SQL over staged Atlas data (PDB text stays as TEXT)

Atlas-only — live folding is OUT OF SCOPE

POST /foldSequence/v1/pdb/ (live structure prediction) is intentionally not routed by this server. Sequence prediction jobs take 5–60+ seconds and exceed the 30s Worker CPU budget. The catalog does not advertise it; the api-adapter returns HTTP 501 if it is requested directly.

Live folding is deferred to a future Cloudflare Workflow plan. See:

  • docs/plans/2026-04-16-life-science-expansion.md §13.1
  • docs/adr/ADR-005-workflow-async-mcp-servers.md

Endpoints

Local dev

./scripts/dev-servers.sh esmfold

from github.com/QuentinCody/esmfold-mcp-server

Installing Esmfold

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/QuentinCody/esmfold-mcp-server

FAQ

Is Esmfold MCP free?

Yes, Esmfold MCP is free — one-click install via Unyly at no cost.

Does Esmfold need an API key?

No, Esmfold runs without API keys or environment variables.

Is Esmfold hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Esmfold in Claude Desktop, Claude Code or Cursor?

Open Esmfold on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Esmfold with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs