Hoist AIAssets Sign in
HomeDocsMCPGemini CLI

Install Hoist Assets in Gemini CLI.

Google's CLI agent. Reads `~/.gemini/settings.json`.

~/.gemini/settings.jsonTested 2026-05

The config

{
  "mcpServers": {
    "hoist-assets": {
      "httpUrl": "https://mcp.assets.hoistai.com"
    }
  }
}

Steps

  1. Install Gemini CLI per Google's instructions.
  2. Edit ~/.gemini/settings.json and add the MCP block.
  3. Restart the CLI session.
  4. Approve OAuth scopes when prompted.

Smoke test

gemini "use hoist-assets to look up ABN 11695718659"

Troubleshooting

  • OAuth window doesn't open. Check your default browser is set and pop-ups aren't blocked. On macOS you may need to grant Gemini CLI accessibility permissions.
  • Tools don't appear after install. Restart the host completely. Some hosts cache the tool list at startup.
  • 403 on calls. Re-approve OAuth — the cached token may have expired or had scopes revoked.
  • Still stuck? Drop a note on GitHub Issues with the host name and the error message.

Other hosts