Skip to content
Hoist AI Docs
Sign in / Sign up

Install in Codex CLI

Codex CLI can reach Hoist through an MCP bridge that proxies to the remote OAuth MCP endpoint.

~/.codex/config.toml
[mcp_servers.hoist]
command = "npx"
args = ["-y", "mcp-remote", "https://mcp.assets.hoistai.com/mcp"]
  1. Install Codex CLI.
  2. Add the snippet to ~/.codex/config.toml.
  3. Start Codex with the Hoist MCP server enabled.
  4. Approve OAuth in the browser on first use.

In a Codex session, ask: “Run a PPSR search on ACN 123 456 789 using a sample response.” Codex should route to hoist and surface confirmation before paid execution.

  • If the bridge command fails, run npx -y mcp-remote https://mcp.assets.hoistai.com/mcp directly to inspect the error.
  • If OAuth does not open, check browser launch permissions.
  • If calls return 403, re-approve OAuth.