این صفحه به صورت خودکار ترجمه شده است. محتوای اصلی ممکن است کمی با ترجمه متفاوت باشد.

Setup MCP / Codex

Codex

IronWallet MCP Server install for Codex. This page is rendered as static TSX with the full command and config.

Open in Codex

Run these commands in order, then reload so the MCP tools are available.

1codex plugin marketplace add ironwallet/ironwallet-agent-kit
2codex plugin add ironwallet-mcp@ironwallet

Or point Codex at the stdio server directly:

1{
2 "mcpServers": {
3 "ironwallet": {
4 "command": "npx",
5 "args": ["-y", "@ironwallet/mcp-server"]
6 }
7 }
8}

← Back to the full setup guide