Skip to content
Cursor

memory for Cursor

com.humaux/memory

Persistent long-term memory for AI agents: semantic search, knowledge graph, and task canvas.

client:Cursor transport:streamable-http

Install memory in Cursor

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

{
  "mcpServers": {
    "memory": {
      "url": "https://humaux.com/memory/mcp"
    }
  }
}

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

memory in other clients