Skip to content
Cursor

zaxy for Cursor

io.github.syndicalt/zaxy

Event-sourced, auditable agent memory over MCP: cited checkout, replayable provenance.

client:Cursor transport:stdio runtime:pypi

Install zaxy in Cursor

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

{
  "mcpServers": {
    "zaxy": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "zaxy-memory"
      ]
    }
  }
}

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

zaxy in other clients