Skip to main content
Every client uses the same server URL and the same browser-consent flow: add the server, your browser opens a Dexi approval page, click Approve, done. Longer walkthroughs with screenshots live at dexi.net/mcp.

Claude Code

The dexi plugin registers the server plus a usage skill in one step:
Or add the server directly (use --scope user so it applies to every project, not just the current one):
Either way, run /mcp inside Claude Code and select dexi to authenticate. Plugin details (skills, Cowork, troubleshooting): Claude Code plugin.

Claude (claude.ai and Desktop)

Settings → Connectors → Add custom connector, paste the server URL, then approve in the browser. Custom connectors require a paid Claude plan.

Cursor

Add to ~/.cursor/mcp.json:

VS Code (Copilot)

Run MCP: Add Server… from the command palette and choose HTTP, or add to .vscode/mcp.json:

ChatGPT

Enable Developer mode under Settings → Connectors → Advanced, then create a connector with the server URL and OAuth authentication.

Goose

Add a Streamable HTTP remote extension with the endpoint URL — in Goose Desktop’s settings, or via goose configure in the CLI.

Hermes Agent

Add to ~/.hermes/config.yaml:
Restart Hermes; the first tool call prints an authorize URL (and opens your browser when it can). On a headless VPS, open the URL elsewhere, approve, and paste the redirect URL back when prompted — or run hermes mcp login dexi. Tools appear as mcp_dexi_<tool>. Or install Dexi as Hermes’ memory provider (auto-recall before each turn, skills, optional session digest — takes Hermes’ single external-provider slot, so use it instead of the entry above):
Details, config keys, and what data leaves the device: Hermes Agent plugin.

OpenClaw

Add Dexi as a remote MCP server (streamable HTTP + OAuth), then sign in once:
Tools appear as dexi__<tool> (e.g. dexi__search_notes). Or install Dexi as OpenClaw’s memory plugin (auto-recall before each turn, /remember and /recall, skills, optional session digest — takes the exclusive memory slot, so use it instead of the entry above):
Details, config keys, and what data leaves the device: OpenClaw plugin.

Verify the connection

Ask your assistant:
What did I save in Dexi this week?
You should see it call list_notes and answer from your workspace. If authentication didn’t trigger, remove and re-add the server — and check Settings → Connected apps in Dexi to see whether the grant was created.