Subseq now has an MCP Server!!
url: htps://subeq.bio/mcp
You'll need an API key first, grab it at subseq.bio/keys
Then you can use it as Authorization: Bearer <SUBSEQ_API_KEY>
OAuth is not implemented just yet but works with most AI agent frameworks.
Codex example config:
> export SUBSEQ_API_KEY=<subseq_api_key>
> codex mcp add subseq \
--url <subseq_mcp_url> \
--bearer-token-env-var SUBSEQ_API_KEY















