# Connect Claude Code to Switchy

Switchy gives your AI client your team's shared memory over MCP.

## 1. Get your token
In Switchy, open **Connectors → Connect your AI**, pick a Project, and generate a connection token. Copy it (you only see it once).

## 2. Configure Claude Code
1. Open a terminal in your project.
2. Run the command below — it registers "switchy" as an HTTP MCP server.
3. Confirm with `claude mcp list`; you should see "switchy" connected.
4. Ask Claude Code to recall something from your Project.

```shell
claude mcp add switchy --transport http https://switchy.build/mcp/rpc --header "Authorization: Bearer <YOUR_TOKEN>"
```

Replace `<YOUR_TOKEN>` with the token you copied.

## 3. Test it
Restart your client, then ask it to recall something from your Project. Back in Switchy, **Test connection** confirms your client reached your memory.

Your token only ever sees your own view — your private memories plus the Project/org memory you belong to. Revoke it any time from Connections.
