Troubleshooting

MCP Connected But Still Not Working?

If your connector shows as installed but your agent still says it can't access the tool, the issue is usually auth/session state — not the model.

This is one of the most common setup traps: you installed a connector, but calls still fail with "not available," "not authorized," or "please install MCP first." Usually, one layer is still stale or incomplete.

Important: "Installed" does not always mean "authorized and active in this session." Connector install, OAuth auth, and session context are separate steps.

Fast recovery checklist (5 minutes)

  1. Confirm the connector appears installed and enabled.
  2. Re-open the connector and confirm OAuth/account auth is fully complete.
  3. Start a fresh chat session after auth (old sessions can keep stale state).
  4. Run a minimal smoke test prompt (example below).
  5. If it fails, disconnect/reconnect once, then retest in a fresh session.

Known-good smoke test prompt

Use the [TOOL NAME] connector and do the smallest safe read-only check. Return: 1) whether the connector is available, 2) whether auth is valid, 3) the exact error text if it fails. Do not perform any write actions.
Expected result: The tool confirms availability and returns a small read-only response (or a precise error you can act on).

Most common root causes

Quick isolation test

  1. Test with a read-only request on a known resource you definitely own.
  2. If possible, test a second resource in the same account.
  3. If one works and one fails, it's likely a resource permission issue, not connector install.
Avoid this trap: Don’t keep retrying in the same long chat. A fresh session after reconnect fixes a surprising number of “still unavailable” loops.

“It keeps forgetting I installed it” — what’s actually happening

Users often describe this as the connector being "forgotten," but it’s usually one of these context mismatches:

Fast fix: After install + OAuth, start a brand-new session in the same surface you plan to use, then run the read-only smoke test once before doing real work.

Support packet (copy/paste)

Connector issue report: - Connector name: [e.g., Dropbox MCP] - Installed + enabled: yes/no - OAuth reconnected today: yes/no - Fresh session tested after reconnect: yes/no - Read-only smoke test prompt used: [paste] - Exact error text: [paste full text] - Workspace/account where connector is installed: [name] - Resource tested: [what you tried to access]