Claude Code
The dexi plugin registers the server plus a usage skill in one step:--scope user so it applies to every project, not just the current one):
/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 viagoose configure in the CLI.
Hermes Agent
Add to~/.hermes/config.yaml:
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):
OpenClaw
Add Dexi as a remote MCP server (streamable HTTP + OAuth), then sign in once: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):
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.