Skip to content
Cursor

KEPTA — Agent Memory for Cursor

io.github.damiantodorovic/kepta

Local memory for AI agents. One SQLite file on your machine — no cloud, no account.

client:Cursor transport:stdio runtime:npm

Install KEPTA — Agent Memory in Cursor

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

{
  "mcpServers": {
    "kepta": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kepta-mcp"
      ]
    }
  }
}

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

KEPTA — Agent Memory in other clients