Loading...
Loading...
Use the Trove hosted memory graph (MCP server "trove") to recall prior work, decisions, preferences, and system knowledge before re-deriving them, and to save durable new facts back. Trigger whenever a question touches past projects, "how does my setup work", preferences, decision history, or when a session produces a decision or fact worth remembering. Routes to the trove-recall, trove-remember, trove-ingest, and trove-lint skills; the mcp__trove__* tools (remember, recall, grep, read, connect, forget) are the interface.
npx skill4agent add anunay999/trove troveThe hosted memory substrate. The Obsidian vault is a projection; this graph is the queryable truth for agents.
~/dev/trovehttps://mytrove.introve| Tool | Use when |
|---|---|
| First for exact strings — ticket id, error text, config key. Regex over notes + sources. |
| Full note by name/id, or raw source. After grep/recall when the brief is thin. |
| Open questions only ("how do we handle refunds?"). Budgeted brief (default 8000), not a full dump. |
| Saving a fact/decision/gotcha, new or changed. One write door: revises on exact title/slug match, else creates. Check the returned |
| Relating two memories. Pass |
| Retiring beliefs. Query mode previews (dryRun) first; explicit edgeIds apply immediately. |
| Storing long-form raw material (transcript, page, file) as evidence. Then |
| Attaching meaning to evidence without minting a belief. |
| Subgraphs, renders, saved views (curator flows). |
| Operator plumbing (admin credentials only). |
grepreadreadrecallreadrememberingestrememberconnectinstructionstrove://doctrinetrove-recalltrove-remembertrove-session| Situation | Skill |
|---|---|
| Question about prior work, systems, preferences, decisions | |
| Session produced decisions/facts worth keeping, or a known fact changed | |
| A specific source (URL, file, paste) should be indexed | |
| Health check / housekeeping | |
connect({supersedesEdgeId})forgetneighborhoodasOfincludeExpiredsourceIdtextUnitIdsimilarslug/scribe-*https://mytrove.in/mcptrove_*cd ~/dev/trove && docker compose up -d postgres && npm start.envTROVE_SERVICE_TOKENScurl localhost:8787/healthnpm run import:vaultDATABASE_URL