Audrey MCP Server

Memory that shows up before your coding agent makes the same mistake twice. Audrey gives Codex and Claude Code one local, evidence-backed memory loop: remember what mattered, recall it automatically, check before acting, and learn from what happened next.

People connecting memory tools to Claude, Cursor, VS Code, or another MCP client. The project is written in JavaScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-21 · ★ 25 · #66 OF 259 MAINTAINED MEMORY · VERIFIED 2026-08-25

MIT · JavaScript servers · how we verify → /methodology

01 · Install Audrey

before you install - you'll need

AUDREY_AGENT

Environment variables documented in the project's README - it lists which are required and which have defaults.

Claude Code

claude mcp add evilander-audrey -- npx -y audrey

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "evilander-audrey": {
      "command": "npx",
      "args": [
        "-y",
        "audrey"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

npm package audrey - unscoped; check the name against the project README before installing

registry namespace io.github.Evilander is GitHub-verified and matches the repo owner

03 · What Audrey can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.2.2 · 2026-08-21

Clears the two high-severity sharp advisories that 1.2.0 shipped with as a documented residual. Production npm audit is now clean. · The 1.2.0 notes said the fix was a major @huggingface/transformers bump. That was…

v1.2.1 · 2026-08-21

Fixes a host memory-scoping bug that shipped in 1.2.0. · 1.2.0 corrected the rendered host configuration but not the mcp add arguments the installer actually passes, which are built separately. So audrey install --host…

v1.2.0 · 2026-08-21

Grounding · Confidence answered whether a memory was recent, well-sourced, and uncontradicted. Nothing answered whether it was still true. A procedure that says to deploy with npm run deploy:prod kept full confidence…

04 · Who maintains Audrey

audrey is maintained by evilander. It's the only MCP server we track from this author; the repo dates to Feb 2026.

05 · Facts

category
memory - ranked #66 of 259 actively-maintained memory servers as of 2026-08-25.
release cadence
9 releases in the last 90 days (latest 2026-08-21)
registry
io.github.Evilander/audrey (active, first published 2026-07-13 · 4 versions)
packages
npm:audrey

06 · Audrey FAQ

What is Audrey?

Memory that shows up before your coding agent makes the same mistake twice. Audrey gives Codex and Claude Code one local, evidence-backed memory loop: remember what mattered, recall it automatically, check before acting, and learn from what happened next.

Is Audrey still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-21 and it shipped 9 releases in the last 90 days. We re-verify nightly.

How do I install Audrey?

Run `npx -y audrey`. The README documents one environment variable (AUDREY_AGENT) to set first. You can also paste the ready-made client config above.

Does Audrey run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Audrey

Pairs well with

Servers that cover what Audrey doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 38,704
  2. X402 List MCP → filesystem companion filesystem · ★ 58

More memory MCP servers · Hebbian Mind · Cortex Memory Engine · Gctrl · Surf · Gitmem

More JavaScript MCP servers · Raycast · prompts.chat MCP Server · Lan Direct · Xtap Down · E2e Runner · see all