mnemosyne_ingest
Save decisions, architecture notes, debug findings, and session summaries permanently, making them indexed and retrievable later by any agent.
Instructions
Persist a memory into the Mnemosyne OS vault — a decision, an architecture note, a debug finding, or a session summary. Stored permanently and indexed for future semantic retrieval by any agent. Use this at the END of a meaningful work session, or whenever you reach a decision that future you (or other agents) would want to recall.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vault | No | Target vault TOKEN — the folder name uppercased, spaces and hyphens as underscores (e.g. MNEMOSYNE_OS). The path-shaped `id` from mnemosyne_vaults is also accepted and normalized. Default for this deployment: "DEV". Tokens this MCP is SCOPED for — a config list, not a census: DEV, PERSONAL, SOCIAL. Ingest is PERMANENT, so confirm the vault EXISTS with mnemosyne_vaults before writing anywhere you have not written before. | DEV |
| content | Yes | Content to persist (markdown supported). Be self-contained: include WHY the decision was made, not just WHAT. | |
| spine_type | No | Semantic type of the content. ARCHITECTURE is heavily boosted (×1.40) in SOURCE_CODE scope queries — use it for design docs, big-picture decisions, structural choices. DECISION for narrower trade-offs. BUGFIX/DEBUG for incident learnings. SESSION for "here is where I left off". FEATURE for new capabilities. NOTE for everything else. | NOTE |