Connections
Your accounts.
All in the same place.
Connect a server once, then use it from Claude, Cursor, or Codex. Add another account when you need it. Each keeps its own name.
The accounts for this project
notion/workgithub/worksupabase/stagingworkProfiles
Give each project
its own accounts.
Work repo, work workspace. Notes app, personal workspace. A profile maps each provider to the account you want to use.
The tool name stays the same. The destination changes with the project.
Call history
See where
the call went.
Open the log to see the tool, the selected account, and why it was chosen. If a call stops, the decision is recorded too.
Open your call historynotion.search
Find the launch notes
- Account
- notion/work
- Profile
- work
- Selected by
- profile_default
- Decision
- Allowed
Forwarded to the work account
Get your first server connected.
Start in the dashboard. Add your accounts, then copy your endpoint into the clients you use.
-
Create your endpoint
Sign up to get your MCP endpoint. Use an API key for clients that accept one, or sign in through OAuth when the client requires it.
-
Connect your accounts
Find the server in Connections, or paste its URL. Sign in with the provider or add its API token. You can connect a second account under a different name.
-
Group into profiles
A profile maps providers to accounts. Work gets one, personal gets another.
-
Point your tools at it
Add the endpoint to Claude, Cursor, Codex, whatever else speaks MCP. From then on you make changes in the Distributor dashboard and every client sees them on its next call. Those configs stay closed.
FAQ
The questions people ask before adding it.
What changes in Claude, Cursor, or Codex?+−
Add your Distributor endpoint to each client. The CLI can also bridge a client that expects a local stdio server to your hosted endpoint.
I have two Notion workspaces. How does it pick?+−
Each workspace is its own connection with its own name: notion/work, notion/personal. Your profile maps the provider to one of them per project. Inside the work repo, calls go to the work workspace. In your notes app, personal. Override by hand whenever you want.
What keeps a call from hitting prod by accident?+−
Environment tags. When routing is ambiguous and one of the options is prod, Distributor stops and asks instead of guessing. You can also require confirmation on every prod write, even an unambiguous one.
Do I have to know server URLs?+−
No. The dashboard has a directory of the big ones (Notion, GitHub, Linear, Stripe and about twenty more), one click each. For anything else, paste the URL and Distributor figures out what it's talking to. Servers that need OAuth walk you through sign-in.
What do you store?+−
Your connections, your tool list, and a log of every call: tool, account, reason, duration. Results pass through to your client. They aren't kept.