Use case
Every AI conversation starts from zero. Turbodoc gives your agents a durable, user-owned place to store what matters — so what one session learns, every future session can use.
LLM context windows end. Sessions expire. The research your assistant did on Monday is gone by Tuesday, and each new chat re-explains the same preferences, links, and decisions. Most "memory" features are locked inside one vendor's product: what Claude remembers, Cursor can't see, and you can't browse, edit, or export any of it.
Turbodoc is a knowledge base with a hosted MCP server. Any MCP-compatible agent — Claude, Claude Code, Cursor, VS Code, Windsurf — gets 22 tools to create, search, update, and organize four content types:
Because the store lives outside any single AI product, it's shared memory: your coding agent saves a snippet, your chat assistant recalls it next week, and you can read and edit all of it in the Turbodoc apps on web and iOS.
During a research session:
"Search for recent papers on RAG evaluation, bookmark the
best five in Turbodoc tagged 'rag-eval', and write a note
summarizing the main approaches."A week later, in a completely new conversation — or a different tool:
"Check my Turbodoc notes and bookmarks tagged 'rag-eval'
and draft an evaluation plan based on what we found."The agent calls search_bookmarks and list_notes, retrieves exactly what was saved, and continues where the last session stopped.
Create a free account, then follow the MCP setup guide for your client. For Claude Code it's one line:
claude mcp add --transport http turbodoc https://api.turbodoc.ai/mcpTurbodoc is free while in beta — and 100% open source.
Set up agent memory