anatid

thedatasense/anatid
★ 0 stars Python AI/LLM Updated 3d ago
Embedded graph memory for AI agents, built on DuckDB. Bitemporal, provenance-aware, with OpenAI Agents SDK human-in-the-loop approvals and an MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "anatid": {
      "command": "uvx",
      "args": [
        "anatid"
      ]
    }
  }
}

Or install with pip: pip install anatid

README Excerpt

anatid is an embedded graph memory for AI agents, built on DuckDB and MIT licensed. The database is a single file with no server or daemon to run. `pip install anatid` gives an agent a memory that stores entities and the edges between them, records both what was true and what the agent believed at any past instant, and answers a query three ways at once (vector similarity, BM25 text, and

Tools (1)

assistant