Server data from the Official MCP Registry
Persistent AI memory for Cursor. Save and search memories via Zdravo.
Persistent AI memory for Cursor. Save and search memories via Zdravo.
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.
This plugin requests these system permissions. Most are normal for its category.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Set these up before or after installing:
Environment variable: ZDRAVO_API_KEY
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"
}
}
}From the project's GitHub README.
Persistent memory for Cursor AI.
Connects Cursor to Zdravo AI — your personal long-term memory layer.
mcp.json:{
"mcpServers": {
"zdravo": {
"command": "npx",
"args": ["-y", "@zdravoai/mcp"],
"env": {
"ZDRAVO_API_KEY": "your-api-key"
}
}
}
}
| Tool | Description |
|---|---|
zdravo_save | Save a memory to your persistent store |
zdravo_search | Search your memory by semantic query |
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.