# zdravo-cursor

**Category:** 🧠 Knowledge & Memory  
**Repository:** https://github.com/zdravo-ai/zdravo-cursor  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/zdravo-cursor

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

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "zdravo-cursor": {
    "command": "npx",
    "args": ["-y","zdravo-cursor"]
  }
}
```

## Documentation & README

# zdravo-mcp

**Persistent memory for Cursor AI.**  
Connects Cursor to [Zdravo AI](https://zdravo.ai) — your personal long-term memory layer.

---

## Setup

1. Get your API key at [zdravo.ai/dashboard/mcp](https://zdravo.ai/dashboard/mcp)
2. Add to your Cursor `mcp.json`:

```json
{
  "mcpServers": {
    "zdravo": {
      "command": "npx",
      "args": ["-y", "@zdravoai/mcp"],
      "env": {
        "ZDRAVO_API_KEY": "your-api-key"
      }
    }
  }
}
```

3. Restart Cursor.

---

## Available tools

| Tool | Description |
|------|-------------|
| `zdravo_save` | Save a memory to your persistent store |
| `zdravo_search` | Search your memory by semantic query |

---

## Links

- Docs: https://docs.zdravo.ai
- npm: https://www.npmjs.com/package/@zdravoai/mcp
- Website: https://zdravo.ai

