Skip to main content
Every organisation gets an MCP endpoint on your install, addressed by the org’s slug:
Authentication is OAuth. Clients register themselves dynamically, so there is no key to copy and no token to paste. You do not have to assemble any of this by hand. Settings, then MCP has your endpoint and a ready-made command per client, and the page tells you the moment an agent connects.
The MCP settings screen with per-client setup commands

Settings, then MCP. Copy the line for your client and run it.

Claude Code

Then /mcp in a session to complete the sign-in.

Cursor, Codex and anything else that speaks MCP

Point it at the same URL over streamable HTTP. Clients that only support the older SSE transport will not work.

What an agent can do

Writes are live immediately and there is no in-app undo, so an agent should search before it creates and extend an existing page rather than adding a near-duplicate.

Gotchas

  • The endpoint is on your install, not ours. Your install is its own OAuth authorization server, which is why nothing about the issuer moves when other things do.
  • A bare /mcp still works and falls back to a default organisation for the account. The addressed form wins when both could apply.
  • Loopback and https only. Redirect URIs are limited to http on loopback (for CLI agents), https, and Cursor’s registered scheme. Anything else is refused at registration.