Skip to content

MCP Overview

The Model Context Protocol (MCP) is an open standard that lets AI assistants access external tools and data sources. Trove implements an MCP server that gives any compatible AI assistant direct access to your knowledge base. Bookmarks, highlights, articles, transcripts, and saved content from all connected sources are available through 7 tools.

ToolPurpose
trove_searchSemantic search across your knowledge base
trove_get_documentRetrieve full text of a document
trove_get_connectorInspect a data source connector
trove_recentList recently indexed content
trove_discoverExplore topics and surface unexpected connections
trove_list_connectorsList all configured data sources
trove_saveSave content into your knowledge base
  • 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.