Codex
The project includes .codex/config.toml:
[mcp_servers.zetachain]
url = "https://zetachain.exploreme.pro/api/mcp"
Alternatively, register the server using the Codex CLI:
codex mcp add zetachain --url https://zetachain.exploreme.pro/api/mcp
codex mcp list
Use one configuration location; merge the stanza into existing configuration instead of replacing other servers. Reload the client if necessary. Project configuration availability depends on whether the project is trusted in your client.
The .agents/skills/zetachain/SKILL.md skill describes the network and transaction workflow. Try: “Use the ZetaChain skill to inspect the network and my public wallet address.”
The MCP connection does not require an AI API key. Local examples need Node.js 22+ and npm ci. Do not expose .env, key files or mnemonics to the client. For local signing, run the sign command yourself in a terminal. Codex MCP documentation