WebAnatomy
Setup

Codex CLI

Connect the Web Anatomy MCP to Codex CLI.

Where it goes: ~/.codex/config.toml under [mcp_servers.webanatomy].

Generate your token in the MCP dashboard and paste it in place of <paste-your-private-beta-token-here>.

  1. Open ~/.codex/config.toml (create it if it does not exist).
  2. Paste the block below at the end of the file. It is TOML, not JSON.
  3. Restart Codex, then run codex mcp list to verify webanatomy is registered.
[mcp_servers.webanatomy]
url = "https://mcp.webanatomy.ai/mcp"
http_headers = { "Authorization" = "Bearer <paste-your-private-beta-token-here>" }