Hoist AIAssets Sign in
HomeDocsMCPCline

Install Hoist Assets in Cline.

VS Code agent extension. Reads `mcp_settings.json`.

~/.cline/mcp_settings.jsonTested 2026-05

The config

{
  "mcpServers": {
    "hoist-assets": {
      "url": "https://mcp.assets.hoistai.com",
      "transport": "sse"
    }
  }
}

Steps

  1. Install Cline from the VS Code marketplace if you haven't.
  2. Edit ~/.cline/mcp_settings.json — Cline UI also has a settings panel.
  3. Reload VS Code window. Cmd Shift P → Developer: Reload Window.
  4. Approve OAuth on first use.

Smoke test

Ask Cline: "Use hoist-assets to look up the trading names for 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 Cline 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