MCP Server
MCP
io.github.xultrax-web/agent-memory-mcp
Markdown memory for AI agents. Files you can read, edit, grep, and commit. Not a database.
Install
npx -y @xultrax-web/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@xultrax-web/agent-memory-mcp",
"version": "0.15.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Absolute path to a custom memory storage directory. Overrides the default per-project location.",
"format": "string",
"name": "AGENT_MEMORY_DIR"
},
{
"description": "Set to 'global' to store memories in ~/.agent-memory/ instead of the per-project default ./.agent-memory/.",
"format": "string",
"name": "AGENT_MEMORY_SCOPE"
},
{
"description": "Log level: debug | info | warn | error. Defaults to info. Logs go to stderr (won't pollute MCP stdio).",
"format": "string",
"name": "AGENT_MEMORY_LOG"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment