Skip to content

The Trove Connection

Trove is one connection in your AI assistant. Add it once and the assistant can search, browse, and save to your knowledge base — bookmarks, highlights, articles, transcripts, and saved content from all your sources — through 8 Core tools. The connection is served over the Model Context Protocol (MCP), the open standard that lets AI assistants access external tools and data; any compatible client can connect.

ToolPurpose
trove_searchSemantic search across your knowledge base
trove_get_documentRetrieve full text of a document
trove_get_sourceInspect a source
trove_recentList recently indexed content
trove_list_documentsExhaustively list documents with an authoritative count
trove_discoverExplore topics and surface unexpected connections
trove_list_sourcesList all your sources
trove_saveSave content into your knowledge base

Toolkits you enable add their tools to this same connection — see Toolkits.

  • Claude Desktop with native MCP support and automatic OAuth
  • Cursor via MCP Servers settings
  • Claude Code via CLI
  • Any client implementing the MCP specification
PropertyValue
Server nametrove
Server version1.0.0
Protocol version2025-03-26 (also supports 2024-11-05)
Capabilities{ tools: { listChanged: false } }

Trove supports two MCP transports.

  • Streamable HTTP (recommended). Stateless HTTP requests with server-managed sessions. Works with all clients.
  • WebSocket. Persistent connections via Cloudflare Durable Objects. Best for long-lived desktop apps.