← Index

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

io.github.kira-autonoma/agent-memory-mcp·v0.1.3·Memory & RAG
Quality Score
79
/100

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

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "agent-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kiraautonoma/agent-memory-mcp"
      ],
      "env": {
        "MEMORY_DB_PATH": "<memory_db_path>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "agent-memory-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@kiraautonoma/agent-memory-mcp"
      ],
      "env": {
        "MEMORY_DB_PATH": "<memory_db_path>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @kiraautonoma/agent-memory-mcp
§02  Environment variables
MEMORY_DB_PATH

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

§03  MCP Quality Score  ·  methodology
freshness
24
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Memory & RAG