Skip to content
Cursor

plur for Cursor

io.github.plur-ai/plur

Open, local-first engram memory for AI agents: read, correct, delete; shared over MCP.

client:Cursor transport:stdio runtime:npm

Install plur in Cursor

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

{
  "mcpServers": {
    "plur": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@plur-ai/mcp"
      ]
    }
  }
}

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

plur in other clients