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