Store to Hydra DB Memory (deprecated)
hydra_db_storePersist facts, preferences, decisions, and notes to agentic memory for cross-session recall. Hydra DB extracts insights and builds a knowledge graph from stored content.
Instructions
DEPRECATED — use hydradb_ingest instead. Save important information to Hydra DB State-of-the-art agentic memory. Use this to persist facts, preferences, decisions, notes, or any text the user wants remembered across sessions. Hydra DB automatically extracts insights, preferences, and builds a knowledge graph from the stored content. Supports plain text and markdown.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| text | Yes | The information to store in memory | |
| infer | No | Whether Hydra DB should extract insights and build knowledge graph from this text (default: true) | |
| title | No | Optional title for the memory entry (default: 'MCP Memory') | |
| source_id | No | Optional source identifier to group related memories together. You can use this as your session ID or any other unique identifier for a conversation | |
| is_markdown | No | Whether the text is in markdown format (default: false) |