| Your tool | How you connect | Go to |
|---|---|---|
| Claude.ai | Sign in | Connect by signing in → |
| Claude Desktop | Sign in | Connect by signing in → |
| Claude Code | API key | Set up Claude Code → |
| Cursor | One click or API key | Set up Cursor → |
| Windsurf | API key | Set up Windsurf → |
/mcp added to thehttps://yourbrand.synup.com/mcp). Connecting through your own domain takes youUsing your own domain matters here: it's what sends you to the right sign-in page and
connects you to your account rather than the default one.
Menus look different? Claude's own setup guide is always the most current source:
Get started with custom connectors.
Wherever it asks for the server URL, use your Synup domain +/mcp.
YOUR_API_KEY/mcp on the end — the same webhttps://yourbrand.synup.com/mcp). In theYOUR_SYNUP_DOMAIN with it.~/.cursor/mcp.json{
"mcpServers": {
"synup": {
"type": "http",
"url": "https://YOUR_SYNUP_DOMAIN/mcp",
"headers": { "X-api-key": "YOUR_API_KEY", "X-access-mode": "write" }
}
}
}Cursor's own MCP guide stays current if their setup screens change:
cursor.com/docs/mcp.
/mcp to make sure the connection took.Anthropic's Claude Code guide stays current if the command changes:
docs.claude.com/en/docs/claude-code/mcp.
~/.codeium/windsurf/mcp_config.json%USERPROFILE%\.codeium\windsurf\mcp_config.json{
"mcpServers": {
"synup": {
"type": "http",
"url": "https://YOUR_SYNUP_DOMAIN/mcp",
"headers": { "X-api-key": "YOUR_API_KEY", "X-access-mode": "write" }
}
}
}Windsurf's own MCP guide stays current if their config format or menus change:
docs.windsurf.com/plugins/cascade/mcp.
X-access-mode value in your config (read or write).| Way in | What you send | Good to know |
|---|---|---|
| Sign-in (OAuth) | Browser login | Most convenient; nothing stored locally |
| API key | X-api-key: YOUR_API_KEY | Add X-user-email too if your account needs it |
| Bearer token | Authorization: Bearer … | Accepts an API key, an encoded credential, or a Synup token |
| Environment vars | SYNUP_API_KEY, SYNUP_USER_EMAIL | For local or embedded setups with no headers |
/mcp. The server isX-MCP-Mode: direct.X-api-key: YOUR_API_KEY. If you're unsure it's still valid, regenerate it/mcp on the end