Back to Browse

Zdravo Cursor MCP Server

Developer ToolsUse Caution3.8MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

3.8
Use Caution3.8High Risk

The Zdravo MCP server implements proper API key authentication with scope-based authorization and validates credentials at startup. However, there are notable security concerns: the server executes arbitrary shell commands (nvidia-smi, top) without input sanitization in the hardware status tool, and accepts user-provided file content/paths that could be leveraged for injection attacks. These issues, combined with broad network access to an external API and lack of input validation on several parameters, warrant a moderate risk rating despite the server's legitimate developer tool purpose. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue (1 critical, 0 high severity).

4 files analyzed · 11 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

process_spawn

Check that this permission is expected for this type of plugin.

Unverified package source

We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.

What You'll Need

Set these up before or after installing:

Your scoped Zdravo MCP API key from https://zdravo.ai/dashboard/mcpRequired

Environment variable: ZDRAVO_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-zdravo-ai-zdravo-cursor": {
      "env": {
        "ZDRAVO_API_KEY": "your-zdravo-api-key-here"
      },
      "args": [
        "-y",
        "zdravo-cursor"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

zdravo-mcp

Persistent memory for Cursor AI.
Connects Cursor to Zdravo AI — your personal long-term memory layer.


Setup

  1. Get your API key at zdravo.ai/dashboard/mcp
  2. Add to your Cursor mcp.json:
{
  "mcpServers": {
    "zdravo": {
      "command": "npx",
      "args": ["-y", "@zdravoai/mcp"],
      "env": {
        "ZDRAVO_API_KEY": "your-api-key"
      }
    }
  }
}
  1. Restart Cursor.

Available tools

ToolDescription
zdravo_saveSave a memory to your persistent store
zdravo_searchSearch your memory by semantic query

Links

Reviews

No reviews yet

Be the first to review this server!

Zdravo Cursor MCP Server - Persistent AI memory for Cursor. Save and search memories | MCP Marketplace