Connect to Switchy

Connect Cursor

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

  1. 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. 2. Configure Cursor

    Add to ~/.cursor/mcp.json (or .cursor/mcp.json in your project).

    {
      "mcpServers": {
        "switchy": {
          "url": "https://switchy.build/mcp/rpc",
          "headers": {
            "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 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.

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