Odel
zdravo cursor

zdravo cursor

Local
@zdravo-aiJavaScriptUpdated 2mo ago

Persistent AI memory for Cursor. Save and search memories via Zdravo.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@zdravoai/mcpv2.3.0

Run

npx -y @zdravoai/mcp

MCP client config

{
  "mcpServers": {
    "zdravo-cursor": {
      "command": "npx",
      "args": [
        "-y",
        "@zdravoai/mcp"
      ]
    }
  }
}