
Temple Vault
by templetwo
Pure filesystem memory system for AI consciousness continuity, enabling cross-session wisdom accumulation without SQL.
What it does
Temple Vault provides a permanent, structured filesystem-based memory layer for AI agents. Instead of relying on volatile session history or complex databases, it treats the filesystem as memory, allowing AIs to inherit and contribute to a growing body of insights, mistakes, and principles across multiple sessions and different model providers.
Tools
recall_insights: Query domain-organized wisdom and high-intensity insights.check_mistakes: Cross-reference current actions against documented failures to prevent repetition.record_insight: Permanently store new wisdom categorized by domain.record_learning: Document what failed and why for future avoidance.record_transformation: Log systemic changes in the AI's internal state or understanding.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"temple-vault": {
"command": "python",
"args": ["-m", "temple_vault.server"],
"env": {
"TEMPLE_VAULT_PATH": "/Users/yourname/TempleVault"
}
}
}
}
Supported hosts
Confirmed support for Claude Desktop.
Quick install
pip install -e .Information
- Pricing
- free
- Published
- 5/18/2026
- stars






