Skip to content
Cursor

agent memory for Cursor

dev.veritap/agent-memory

Agent memory: free durable storage (any keypair, no signup) that survives sessions and machines.

client:Cursor transport:streamable-http tools:12

Install agent memory in Cursor

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

{
  "mcpServers": {
    "agent-memory": {
      "url": "https://locker.veritap.dev/mcp/memory"
    }
  }
}

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

What Cursor can do once it is connected

agent memory in other clients