Skip to content
Cursor

verbative memory for Cursor

io.github.verbative/verbative-memory

On-device, self-organizing memory for AI coding agents — recalls the right facts into each prompt.

client:Cursor transport:stdio runtime:npm

Install verbative memory in Cursor

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

{
  "mcpServers": {
    "verbative-memory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "verbative-memory"
      ]
    }
  }
}

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

verbative memory in other clients