Codex
Add Dial MCP and the Dial skill in OpenAI Codex.
Codex Integration
One-click setup — review the prompt in your editor, then confirm. Manual config snippets are on each page.
Codex reads MCP from ~/.codex/config.toml (or project .codex/config.toml) and skills from .agents/skills in your repo or home directory. See Codex MCP and Codex skills.
Quick setup
| What | One-click | Manual |
|---|---|---|
| MCP | Add MCP to Codex | [mcp_servers.dial] with url = "https://x402.dial.wtf/mcp" |
| Skill | Add skill to Codex | Copy packages/skill/skills/dial → .agents/skills/dial |
After MCP config, restart Codex and run /mcp to verify. Invoke the skill with $dial or by describing telephony/OSINT tasks.
MCP (config.toml)
[mcp_servers.dial]
url = "https://x402.dial.wtf/mcp"Skill (from this repo)
git clone https://github.com/Dial-WTF/x402-dial.git
cp -R x402-dial/packages/skill/skills/dial .agents/skills/dial
export DIAL_API_URL=https://x402.dial.wtf
export DIAL_PRIVATE_KEY=0xYOUR_PRIVATE_KEYDeeplinks
Codex registers codex:// for app navigation (commands & deeplinks):
codex://new?prompt=...— new thread with setup instructionscodex://skills— open Skills settings
Connect pages use these for one-click setup prompts.
See also
- MCP integration
- Claude Code integration (plugin-based skill)
- Connect hub