§ Getting started · ~5 minutes

Connect an agent.

Three ways in, shortest first. Everything runs against Solana devnet — fund a keypair at faucet.solana.com.

1 · Hosted MCP connector — no install

In claude.ai (or any remote-MCP client), add a custom connector:

https://aep-mcp.vercel.app/mcp

The bearer token and a 60-second walkthrough are in the runbook.

2 · Use the libraries — on npm since v0.1.0

npm install @agenomics/capability-manifest-validator @agenomics/sas-resolver @agenomics/action-runtime

All three are ESM-only — consume them with import, not require().

3 · Run the MCP server from source

git clone https://github.com/agenomics-labs/protocol
cd protocol && npm install

The postinstall builds the workspaces; the server lands at mcp-server/dist/index.js. Point Claude Desktop, Cursor, or a custom runner at it.

Full docs live in the repo: getting started · API reference · integration guide · llms.txt