Reconnecting to Valency
Did Valency stop working for you recently? You're in the right place. This is a known issue with a quick fix.
What happened
Section titled “What happened”We recently upgraded how Valency signs you in. Connectors you set up before this change were configured the old way, and what you see depends on your platform:
- ChatGPT shows a screen titled "Add Valency again" when it tries to sign in. The old connector can't be revived; removing and re-adding is the only fix. Jump to the ChatGPT steps.
- Claude or a CLI asked you to sign in to Valency again out of the blue. That's expected, once. Complete the sign-in and you should be back, with no need to remove anything. Only if sign-in loops or keeps failing, use the steps below for your platform.
- Claude says "Authorization with Valency failed. You can check your credentials and permissions…" First check which email you signed in with. It may not be the one your Valency account is under. Sign in again with the right email, or check your account at app.valency.io (opens in new tab). If you're confident the email is right, remove and re-add the connector using the steps below. Details in Troubleshooting.
For a connector that's genuinely stuck, the fix is the same everywhere: remove the Valency connector completely, then add it back. A fresh connector registers the new way and just works: no ID to paste, no port to configure. During sign-in you'll see a Valency authorization screen that wasn't there before; approve it and you're done.
Find your platform
Section titled “Find your platform”Jump to the steps for the app you use:
Claude.ai
Section titled “Claude.ai”Remove it:
- Open your Claude connector settings (opens in new tab).
- Find Valency in the list and click it.
- Click Remove (the trash / delete option) and confirm.
Add it back: follow the Claude.ai setup guide from the top. It's a two-step, browser-only flow.
Claude Desktop
Section titled “Claude Desktop”Remove it:
- Open Claude Desktop → Settings → Connectors.
- Find Valency, click it, and choose Remove / Delete. Confirm.
- Restart Claude Desktop so the change takes effect.
Add it back: follow the Claude Desktop setup guide.
Claude Code
Section titled “Claude Code”Remove it from your terminal:
claude mcp remove valency-mcpNot sure what it's named? List your servers first with claude mcp list and use the matching name.
Add it back: follow the Claude Code setup guide. Setup now installs the Valency plugin, which brings the MCP connection and the research skills together, so you no longer add the server by hand. If your old add command included --callback-port, leave it off this time; it's no longer needed.
ChatGPT
Section titled “ChatGPT”Remove it:
- In ChatGPT, open Plugin Settings (opens in new tab).
- Click the three dots next to the Valency plugin title, then Delete.
Don't see Plugins at all? Make sure Developer mode is on under Settings → Security and login (opens in new tab).
Add it back: follow the ChatGPT.com setup guide to create a fresh connector.
Codex CLI
Section titled “Codex CLI”Remove it from your terminal:
codex mcp remove valency-mcpNot sure what it's named? List your servers first with codex mcp list and use the matching name.
Add it back: follow the Codex CLI setup guide. Setup now installs the Valency plugin, which brings the MCP connection and the research skills together, so you no longer add the server or type its URL by hand, and the old trailing-slash and callback-port advice no longer applies.
Gemini CLI (no longer supported)
Section titled “Gemini CLI (no longer supported)”Google retired the Gemini CLI, and Valency no longer supports it. There's nothing to reconnect to, but if you still have Valency installed there, here's how to clean it up.
-
Remove the connector:
Terminal window gemini extensions uninstall valencyIf you added Valency manually instead, open your settings file (
~/.gemini/settings.json, or%USERPROFILE%\.gemini\settings.jsonon Windows) and delete thevalencyblock undermcpServers. -
Clear the cached sign-in. Open
~/.gemini/mcp-oauth-tokens.json(%USERPROFILE%\.gemini\mcp-oauth-tokens.jsonon Windows), a JSON array of sign-in records, and delete the one whose"serverName"is"valency", leaving the others in place.
Instead of adding it back: set Valency up in the Antigravity CLI, which is where Google moved Gemini CLI users.
Still not working?
Section titled “Still not working?”If it still fails after a clean remove-and-re-add, it's probably something else. Check Troubleshooting or report an issue. Tell us which platform you're on and which step failed, and we'll help.