dropdat MCP server for Claude Desktop
Claude Desktop (Anthropic's chat app for Mac & Windows) gains persistent, cross-session memory the moment you wire in @dropdat/mcp. Recall any past conversation, save the current one, and share the same capsule library with every other MCP-capable agent.
Standard MCP stdio transport — no fork, no proxy
Five tools: dropdat_recall, dropdat_read, dropdat_list, dropdat_capsule, dropdat_autocapsule
Hybrid semantic + keyword search (pgvector + BM25)
Free, open-source, MIT-licensed npm package
Capsules sync with the dropdat browser extension and other clients
Install
# zero-install — runs the latest version on demand npx -y @dropdat/mcp # or pin a global install npm install -g @dropdat/mcp
Issue an API key at capsule.dropdat.app/api-keys and pass it as DROPDAT_API_KEY. See the MCP hub for per-client config.