← Back to Plugins
MCP Server MCP

io.github.xultrax-web/agent-memory-mcp

github By github 👁 2 views ▲ 0 votes

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

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...