Dexi
Hosted notes MCP server: full-text and semantic search, tags, folders, note CRUD, and spaced-repetition review over your notes, bookmarks, and feeds (OAuth 2.1, remote endpoint https://mcp.dexi.net/mcp).
Documentation
MCP Overview
Your notes, searchable and writable by AI assistants
Dexi runs a Model Context Protocol server — the same notes, search, and capture engine as the app, exposed as tools any MCP client can call. Connect Claude, ChatGPT, Cursor, or your own agent and it can answer from what you've actually read and saved, file new notes as you work, and quiz you on your review deck.
https://mcp.dexi.net/mcp
Transport is streamable HTTP; auth is OAuth 2.1 with browser consent — no API keys to paste. Every content kind is covered: typed notes, saved bookmarks, forwarded emails, and feed articles are all note-backed, so one search_notes call spans your whole workspace.
- Getting Started — connect from Claude, ChatGPT, Cursor, VS Code, Goose
- Tools — all twelve tools with parameters and return shapes
- Examples — flows agents run well
- OAuth — protocol details for MCP client builders
Scopes
| Scope | Grants |
|---|---|
notes:read | search_notes, semantic_search, list_notes, get_note, find_similar, list_tags, list_folders, get_due_reviews |
notes:write | create_note, update_note, delete_note, grade_review |
Clients typically request both; the consent page shows what was asked. Disconnect any client in Settings → Connected apps.
Scopes say what a connection may do; the consent page also lets you limit what it may touch — everything, one folder, one tag, or a tag within a folder — per connection, editable any time in Settings → Connected apps, applied on the connection's next request. Details: access restrictions.
Teams and privacy
If you're on a team, read tools see your own notes plus teammates' team-shared notes (marked "shared": true with an owner name in results). Write tools work only on your own notes — a connected assistant can never modify a teammate's note. Your folder assignments stay private; teammates' shared notes carry no folder information.