Skip to content
Cursor

AiAkiv Memory for Cursor

com.aiakiv/memory

Shared long-term memory for AI agents: save and recall context as a searchable knowledge graph.

client:Cursor transport:streamable-http

Install AiAkiv Memory in Cursor

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

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

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

AiAkiv Memory in other clients