Skip to main content

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

  1. Open Settings → Connectors.
  2. Click Add, then Add custom connector.
  3. Enter a Name, for example NeetoInvoice.
  4. Paste the URL:
  5. Click Add, then Connect and approve the workspace in the browser window.
Works on claude.ai and the Claude desktop app.

API key clients

Replace YOUR_API_KEY in every block with a key from your workspace. See Authentication.
Or add it to ~/.claude.json by hand:
~/.claude.json
Save and restart Claude Code.
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 call ListWorkspaces and report the workspace your credential belongs to.
If nothing happens, see Troubleshooting.

Next steps

Examples

Prompts to try once the connection is live.

Tools

Every tool the server exposes.