Home › Development › Audrey

Audrey

Local-first biological memory for coding agents: recall, consolidation, and pre-action Guard checks.

JavaScript
★ 26 stars Last pushed 2026-09-20 License: MIT

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 1.3.0)

npx -y audrey@1.3.0

Or add to your MCP client config:

{
  "mcpServers": {
    "audrey": {
      "command": "npx",
      "args": [
        "-y",
        "audrey@1.3.0"
      ],
      "env": {
        "AUDREY_DATA_DIR": "<YOUR_VALUE>",
        "AUDREY_AGENT": "<YOUR_VALUE>"
      }
    }
  }
}
  • AUDREY_DATA_DIR — Directory for the SQLite memory store (defaults to ~/.audrey/data)
  • AUDREY_AGENT — Logical memory owner used for scoped operations (defaults to the host name)

Related servers

Data from the Official MCP Registry