Skip to content

Add Giskard Memory - semantic memory for AI agents with Lightning payments #3689

@giskard09

Description

@giskard09

Giskard Memory

Persistent semantic memory for AI agents across sessions, paid in sats via Lightning Network.

GitHub: https://github.com/giskard09/giskard-memory

What it does

Agents forget everything when they stop. Giskard Memory gives them continuity.
Search by meaning, not by exact keywords.

Tools

  • get_invoice(action) — generate Lightning invoice (5 sats store / 3 sats recall)
  • store_memory(content, agent_id, payment_hash) — save a memory
  • recall_memory(query, agent_id, payment_hash) — retrieve by semantic similarity

Stack

  • MCP + FastMCP
  • ChromaDB (vector database)
  • Sentence Transformers (all-MiniLM-L6-v2)
  • Lightning Network via Alby
  • Cloudflare Tunnel

Run your own

git clone https://github.com/giskard09/giskard-memory
pip install mcp httpx chromadb sentence-transformers python-dotenv
python3 server.py

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions