Server data from the Official MCP Registry
Ebbinghaus-based persistent memory for Claude. Memories decay with time, strengthen on recall.
Ebbinghaus-based persistent memory for Claude. Memories decay with time, strengthen on recall.
The MCP server implements proper authentication via API keys and follows good security practices for database operations and embeddings. However, it has several concerning vulnerabilities including hardcoded default credentials, shell execution potential via path injection, and broad system permissions that exceed what's strictly necessary for its functionality. Supply chain analysis found 3 known vulnerabilities in dependencies (1 critical, 2 high severity).
7 files analyzed · 8 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: DATABASE_URL
Environment variable: OLLAMA_URL
Environment variable: EXTRACT_MODEL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-sachitrafa-cognitive-ai-memory": {
"env": {
"OLLAMA_URL": "your-ollama-url-here",
"DATABASE_URL": "your-database-url-here",
"EXTRACT_MODEL": "your-extract-model-here"
},
"args": [
"cognitive-ai-memory"
],
"command": "uvx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.