llms.txt Content
# Dexi
> Dexi (dexi.net) is a lifelong learning system: collect, connect and share notes, bookmarks and feeds in one searchable workspace. Notes organize themselves as you write — #hashtags become tags, @mentions become people and sources, and [[wiki links]] connect ideas — and everything you save is full-text and semantically searchable and part of a private knowledge graph.
The app lives at https://app.dexi.net (free to sign up). AI assistants can work with a user's notes directly through the MCP server at https://mcp.dexi.net/mcp (OAuth; instructions at https://dexi.net/mcp). Developer documentation — MCP tools, OAuth details, and the capture API — is at https://docs.dexi.net.
## Pages
- [Home](https://dexi.net/): What Dexi is: notes, bookmarks, feeds, digests, search and the knowledge graph.
- [About Dexi](https://dexi.net/about): What Dexi is, who builds it (a small independent team, since 2020), and its official home at dexi.net.
- [Save to Dexi from anywhere](https://dexi.net/capture): Hub for every capture method: web clipper extension (Chrome, Brave, Arc, Orion, Vivaldi), bookmarklet, iOS share sheet, email-in, and Chrome bookmark import.
- [Web clipper](https://dexi.net/extension): Browser extension for one-click capture from the toolbar, with a keyboard shortcut and right-click menu. Works in Chrome, Brave, Arc, Orion and Vivaldi.
- [Bookmarklet](https://dexi.net/bookmarklet): Drag-to-toolbar save button that works in any desktop browser, nothing to install.
- [Pricing](https://dexi.net/pricing): Free (up to 1,000 notes), Solo ($5/month or $50/year, unlimited notes), and Team ($10/member/month or $100/member/year, shared notes and team-wide search).
- [Connect Dexi to your AI assistant (MCP)](https://dexi.net/mcp): Hub for the Dexi MCP server (https://mcp.dexi.net/mcp): what connected assistants can do, permissions, disconnecting, and links to per-client setup guides.
- [Support](https://dexi.net/support): Help, contact, and frequently asked q
OpenAPI Spec (preview)
{
"openapi": "3.0.3",
"info": {
"title": "Dexi Public API",
"version": "1.0.0",
"description": "Dexi's public REST surface: save a bookmark with a personal access token, and read published feeds without authentication. The richer per-user interface (search, notes CRUD, spaced repetition) is the MCP server at https://mcp.dexi.net/mcp (OAuth 2.1) — see https://docs.dexi.net.",
"contact": { "name": "Dexi", "url": "https://dexi.net", "email": "team@dexi.net" },
"termsOfServ