io.github.xultrax-web

agent-memory-mcp

Markdown memory for AI agents. Files you can read, edit, grep, and commit. Not a database.

stdiocommunityinfra

Package Details

Transportstdio

Environment Variables

AGENT_MEMORY_DIR(str)

Absolute path to a custom memory storage directory. Overrides the default per-project location.

AGENT_MEMORY_SCOPE(str)

Set to 'global' to store memories in ~/.agent-memory/ instead of the per-project default ./.agent-memory/.

AGENT_MEMORY_LOG(str)

Log level: debug | info | warn | error. Defaults to info. Logs go to stderr (won't pollute MCP stdio).