Submit

Audrey

@Evilander

Local-first memory firewall and MCP server for AI agents. Audrey gives coding agents recall, memory capsules, preflight checks, reflexes, validation, tool-trace learning, contradiction handling, and SQLite/sqlite-vec storage.
Overview

Audrey is a local-first memory firewall and MCP server for AI agents.

It helps coding agents remember repository rules, previous failures, validated lessons, contradictions, and tool outcomes before they act again.

Public proof:

Install with:

{
  "mcpServers": {
    "audrey-memory": {
      "command": "npx",
      "args": ["-y", "audrey", "mcp"],
      "env": {
        "AUDREY_EMBEDDING_PROVIDER": "mock"
      }
    }
  }
}

Claim boundary: the public benchmark artifacts are deterministic local regression/performance evidence, not an official AMB, LoCoMo, or LongMemEval leaderboard score yet.

Server Config

{
  "mcpServers": {
    "audrey-memory": {
      "command": "npx",
      "args": [
        "-y",
        "audrey",
        "mcp"
      ],
      "env": {
        "AUDREY_EMBEDDING_PROVIDER": "mock"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.