Connect to Switchy

Connect Claude Desktop

Give this client your team’s shared memory over MCP.

  1. 1. Get your token

    In Switchy, open Connections → Connect your AI, pick a Space, and generate a connection token. Copy it — you only see it once.

  2. 2. Configure Claude Desktop

    Add to claude_desktop_config.json, then restart Claude Desktop.

    {
      "mcpServers": {
        "switchy": {
          "command": "npx",
          "args": [
            "-y",
            "mcp-remote",
            "https://switchy.build/mcp/rpc",
            "--header",
            "Authorization: Bearer <YOUR_TOKEN>"
          ]
        }
      }
    }

    Replace <YOUR_TOKEN> with the token you copied.

  3. 3. Test it

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

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

View as markdown (for pasting into an AI assistant).