athena-diary
Provides diary/journaling tools backed by a SQLite database, with vector search via sqlite-vec and FTS fallback for retrieval.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@athena-diaryWrite a diary entry about the sqlite-vec integration work."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
athena-diary
SanctumOS · Athena
Off-context diary for Letta agents: SQLite source of truth + MCP tools so journaling does not stuff core memory. Pattern matches origin_conversation (DB + MCP wrapper).
Status: v0.1.0 on moya — Build slices shipped; diary MCP attached to Athena + sleeptime. Product requirements: DSC Tasks Doc #1039 (board Athena Diary).
What this is (v1 direction)
Diary outside the context window — write freely; retrieve via MCP.
Embed summaries (not full bodies) with
sqlite-vecin the same SQLite file; FTS fallback.Default embed path: Sanctum / Letta vectorization lanes; optional external provider for standalone.
Sleeptime clerk tags / lesson-family / re-embeds (turn-based).
Sensitive material stays in Broca human blocks (instructional), not the diary.
Sequencing: ship diary first; core compaction later so brain surgery has somewhere to put what matters.
Related MCP server: Agent Progress Tracker MCP Server
Quick start (scaffold)
python3 -m venv .venv && source .venv/bin/activate
pip install -e '.[dev]'
# Later slices: pip install -e '.[dev,mcp,vec]'
athena-diary-mcp --version
athena-diary-mcp --describe
athena-diary-mcp health
# Coverage gate (Build slices require ≥90%)
pytest --cov=athena_diary_mcp --cov-report=term-missing --cov-fail-under=90Copy .env.example → .env when configuring embed/DB paths (later slices).
Docs
Doc | Purpose |
Scope and architecture pointer | |
Env knobs (embed modes, DB path) | |
90% unit/e2e gate between Build slices |
License
Source: AGPL-3.0
Docs / non-code: CC-BY-SA 4.0
See NOTICE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceSQLite-backed memory storage for MCP agents with optional semantic search via OpenAI embeddings, enabling agents to remember, recall, and manage contextual information across sessions.11MIT
- Alicense-qualityCmaintenanceEnables AI agents to track, search, and retrieve their progress across projects with persistent memory using SQLite storage and LLM-powered summarization. Supports logging completed work, searching previous entries, and retrieving context for multi-step or multi-agent workflows.12MIT
- AlicenseAqualityBmaintenanceProvides persistent, inspectable memory storage for AI agents using SQLite. Agents can store, recall, and search memories across sessions via three MCP tools.3MIT
- Flicense-qualityDmaintenanceEnables AI-assisted diary management through natural language, allowing you to create, read, update, delete, and search diary entries stored locally in SQLite.
Related MCP Connectors
Private-by-default, local-first memory/context/task orchestrator for MCP apps and agents.
Persistent memory for AI agents. Search, store, and recall across sessions.
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sanctumos/athena-diary'
If you have feedback or need assistance with the MCP directory API, please join our Discord server