Codex
Codex has bash access, so muxed works through CLI commands — no MCP proxy needed.
npx muxed initinit discovers your existing MCP servers and injects CLI instructions into ~/.codex/AGENTS.md. See Setup for details and options.
How Codex uses muxed
Section titled “How Codex uses muxed”After init, Codex reads the instructions from AGENTS.md and follows the discover, inspect, call workflow:
# Find toolsmuxed grep "search"
# Check the schema (required before calling)muxed info slack/search_messages
# Call with correct parametersmuxed call slack/search_messages '{"query": "deployment issue", "limit": 5}'For multi-step workflows, Codex writes and runs TypeScript scripts using the createClient() API. See the Setup page for an example.
Next steps
Section titled “Next steps”- Setup — Full setup details and init options
- Configuration — Config options
- CLI Reference — All commands