Install in Gemini CLI
Gemini CLI reads MCP server configuration from its settings file.
Config
Section titled “Config”{ "mcpServers": { "hoist": { "httpUrl": "https://mcp.assets.hoistai.com/mcp" } }}- Install Gemini CLI using the vendor instructions for your environment.
- Edit
~/.gemini/settings.json. - Add the Hoist MCP block.
- Restart the CLI session.
- Run
/mcp auth hoistif OAuth does not start automatically, then approve the requested scopes.
Smoke test
Section titled “Smoke test”Ask: “Use Hoist to check whether ABN 11695718659 is active.” Gemini CLI should call abn_lookup.
Troubleshooting
Section titled “Troubleshooting”- If tools do not appear, run
/mcp listand restart the CLI session. - If OAuth does not open, run
/mcp auth hoistand check browser launch permissions. - If calls return
403, run/mcp auth hoistagain because the cached grant may have expired or been revoked.