Skip to content
Cursor

agent memory for Cursor

io.github.theprodsde/agent-memory

Persistent agent memory with a decision layer: replay, restore, verify, or none — explainable.

client:Cursor transport:stdio runtime:pypi

Install agent memory in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "agent-memory": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "agent-memory-sdk"
      ],
      "env": {
        "AGENT_MEMORY_DIR": "<AGENT_MEMORY_DIR>",
        "AGENT_MEMORY_COLLECTION": "<AGENT_MEMORY_COLLECTION>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

agent memory in other clients