memora

naim30/memora
★ 0 stars TypeScript Database Updated today
Persistent, file-backed memory for Claude Code agents — timestamped events in SQLite + FTS5, durable rules and facts in per-agent markdown. One stdio MCP server, six tools.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "memora": {
      "command": "npx",
      "args": [
        "-y",
        "naim30/memora"
      ]
    }
  }
}

README Excerpt

Persistent agent-memory MCP server. Three SQLite + FTS5 tiers behind one stdio MCP: - **episodic** — timestamped per-agent events (append-only) - **semantic** — durable per-agent facts (mutable in place) - **world** — cross-agent shared facts (mutable in place) 16 tools across the three tiers. Usage policy — *when* to use each tool, how to phrase content, dedup, compression, provenance — lives in the companion skill at [`skill/SKILL.md`](skill/SKILL.md).

Tools (2)

AGENT_NAMEMEMORA_PATH
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →