Server details
Which method does my client use?
The credential decides the permissions boundary, so read Authentication before picking.Terminal and editor clients register a
http://localhost/... callback during OAuth. This
deployment currently accepts only HTTPS callbacks, so those clients use an API key for now.
Claude and ChatGPT redirect over HTTPS and work with OAuth today.OAuth clients
- Claude
- ChatGPT
- Open Settings → Connectors.
- Click Add, then Add custom connector.
-
Enter a Name, for example
NeetoInvoice. -
Paste the URL:
- Click Add, then Connect and approve the workspace in the browser window.
API key clients
ReplaceYOUR_API_KEY in every block with a key from your workspace. See
Authentication.
- Claude Code
- Codex
- Cursor
- Gemini CLI
- VS Code
- Windsurf
~/.claude.json by hand:~/.claude.json
Three keys differ between clients and cause most silent failures: VS Code nests under
servers while the others use mcpServers; Windsurf names the endpoint serverUrl and
Gemini CLI names it httpUrl, while the others use url; and Codex uses TOML rather than
JSON.Confirm the connection
Ask your assistant to list your workspaces. It should callListWorkspaces and report the
workspace your credential belongs to.
Next steps
Examples
Prompts to try once the connection is live.
Tools
Every tool the server exposes.