Skip to content
Hoist AI Assets Docs
Read docs Get API access

Install in Codex CLI

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

~/.codex/config.toml
[mcp_servers.hoist_assets]
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 Assets 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_assets 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.