Mem0Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Mem0Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
🇨🇳 中文文档
This is a local MCP server for Mem0, allowing you to store and search memories directly from Cursor.
python3 -m venv venv
source venv/bin/activate
pip install -r requirements.txt🚀 Recommended: Set MEM0_API_KEY directly in the `env` section of `mcp.json` (no .env file needed, see Cursor config below).
Or use .env file:
.env.example to .env: cp .env.example .env.env and replace your_mem0_api_key_here with your actual Mem0 API Key.mcp.json)Add the following entry to your Cursor mcp.json file (usually located at ~/.cursor/mcp.json or accessible via Cursor Settings > MCP):
{
"mcpServers": {
"mem0": {
"command": "/Users/alexnear/Documents/mem0MCP/venv/bin/python",
"args": [
"/Users/alexnear/Documents/mem0MCP/server.py"
],
"env": {
"MEM0_API_KEY": "your_api_key_here"
}
}
}
}Note:
MEM0_API_KEY directly in the `env` section of `mcp.json` - FastMCP passes it to the server process automatically..env file (loaded via python-dotenv). Ensure server runs from the directory containing .env.venv/bin/python).~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.