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.
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": [
"-y",
"github:sachitrafa/cognitive-ai-memory"
],
"command": "npx"
}
}
}Well-structured MCP server with strong security practices. Uses environment variables for database configuration, implements proper PostgreSQL connections, and includes reasonable access controls. Minor issues around broad exception handling and potential SQL injection in one query, but overall demonstrates good security hygiene. Supply chain analysis found 3 known vulnerabilities in dependencies (1 critical, 2 high severity).
Scanned 7 files · 6 findings
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.
Be the first to review this server!