Install in Codex CLI
Codex CLI can reach Hoist Assets through an MCP bridge that proxies to the remote OAuth MCP endpoint.
Config
Section titled “Config”[mcp_servers.hoist_assets]command = "npx"args = ["-y", "mcp-remote", "https://mcp.assets.hoistai.com/mcp"]- Install Codex CLI.
- Add the snippet to
~/.codex/config.toml. - Start Codex with the Hoist Assets MCP server enabled.
- Approve OAuth in the browser on first use.
Smoke test
Section titled “Smoke test”In a Codex session, ask: “Run a PPSR search on ACN 123 456 789 using a sample response.” Codex should route to hoist_assets and surface confirmation before paid execution.
Troubleshooting
Section titled “Troubleshooting”- If the bridge command fails, run
npx -y mcp-remote https://mcp.assets.hoistai.com/mcpdirectly to inspect the error. - If OAuth does not open, check browser launch permissions.
- If calls return
403, re-approve OAuth.