Back to Browse

Audrey MCP Server

Developer ToolsModerate7.3MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

7.3
Moderate7.3Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 6 known CVEs in dependencies Package registry verified. Imported from the Official MCP Registry.

5 files analyzed · 7 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

file_system

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

database

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Directory for the SQLite memory store (defaults to ~/.audrey/data)Optional

Environment variable: AUDREY_DATA_DIR

Logical memory owner used for scoped operations (defaults to the host name)Optional

Environment variable: AUDREY_AGENT

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-evilander-audrey": {
      "env": {
        "AUDREY_AGENT": "your-audrey-agent-here",
        "AUDREY_DATA_DIR": "your-audrey-data-dir-here"
      },
      "args": [
        "-y",
        "audrey"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!