RushDB Agent Setup
Give any AI agent a persistent, graph-structured memory — sessions, decisions, tasks, entities, and preferences — stored in RushDB and queryable by meaning.
Unlike flat key-value stores, RushDB memory auto-links nested records into a relationship graph, survives across conversations, and lets agents traverse context the same way humans think: "What did we decide about auth? What's related to that service?"
Prompt for Agent
Copy the block below and send it to your agent (Claude, OpenClaw, Cursor, or any MCP-capable agent) to bootstrap its RushDB memory.
End-of-Session Pattern
Ask your agent to save the session before closing:
Resources
- MCP Server —
npx @rushdb/mcp-server· npm · GitHub - Agent Memory Skill — detailed patterns and query reference:
packages/skills/rushdb-agent-memory/SKILL.md - Memory Patterns Reference — concrete JSON structures and naming conventions:
packages/skills/rushdb-agent-memory/references/memory-patterns.md - Query Builder Skill — full SearchQuery syntax:
packages/skills/rushdb-query-builder/SKILL.md - Docs — docs.rushdb.com · MCP quickstart: docs.rushdb.com/mcp-server/quickstart
- Dashboard — app.rushdb.com