PluginBench
MCP Server

io.github.kira-autonoma/agent-memory-mcp MCP Server

io.github.kira-autonoma/agent-memory-mcp

What is the io.github.kira-autonoma/agent-memory-mcp MCP server?

Agent memory MCP server with provenance tracking, decay-weighted recall, and feedback loops.

How to install io.github.kira-autonoma/agent-memory-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • MEMORY_DB_PATH

    Path to SQLite database file (default: ~/.agent-memory/memory.db)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "agent-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kiraautonoma/agent-memory-mcp"
      ],
      "env": {
        "MEMORY_DB_PATH": "<YOUR_MEMORY_DB_PATH>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "agent-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kiraautonoma/agent-memory-mcp"
      ],
      "env": {
        "MEMORY_DB_PATH": "<YOUR_MEMORY_DB_PATH>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "agent-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kiraautonoma/agent-memory-mcp"
      ],
      "env": {
        "MEMORY_DB_PATH": "<YOUR_MEMORY_DB_PATH>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "agent-memory-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@kiraautonoma/agent-memory-mcp"
      ],
      "env": {
        "MEMORY_DB_PATH": "<YOUR_MEMORY_DB_PATH>"
      }
    }
  }
}
Claude Code
claude mcp add agent-memory-mcp --env MEMORY_DB_PATH=<YOUR_MEMORY_DB_PATH> -- npx -y @kiraautonoma/agent-memory-mcp

Related MCP servers

MCP proxy that lazy-loads tool schemas to cut context token overhead by 6-7x

View repository →

23 developer utilities — base64, JWT, UUID, hash, QR, regex, timestamps. No API keys.

View repository →