70
grade C
11 days ago
glama

Mind Keg MCP

A persistent memory server that stores and retrieves atomic coding insights like architectural decisions and debugging patterns for AI agents. It enables agents to maintain institutional knowledge across sessions using semantic search and local SQLite storage.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
🚨
Known vulnerabilities in dependencies: 1 critical, 2 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
🔐
You'll be asked for 3 credentials: MINDKEG_API_KEY, MINDKEG_ENCRYPTION_KEY, OPENAI_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretMINDKEG_API_KEY"": "mk_your_key_here"
configMINDKEG_AUDIT_LOGexport =~/.mindkeg/audit.jsonl # default
configMINDKEG_DEFAULT_TTL_DAYSexport =365 # Expire all learnings after 1 year by default
configMINDKEG_EMBEDDING_PROVIDERfastembed fastembed, openai, or none
🔐 secretMINDKEG_ENCRYPTION_KEYmindkeg encrypt-db # Encrypt existing database (requires )
configMINDKEG_HOST127.0.0.1 HTTP server bind address
configMINDKEG_LOG_LEVELinfo debug, info, warn, error
configMINDKEG_METRICS_AUTHBoth endpoints are unauthenticated by default. Set =true to require API key auth.
configMINDKEG_PORT52100 HTTP server port
configMINDKEG_PURGE_INTERVAL_HOURSexport =24 # Run purge every 24 hours (default)
configMINDKEG_RATE_LIMIT_READ_RPMexport =300 # default: 300 read req/min per key
configMINDKEG_RATE_LIMIT_WRITE_RPMexport =100 # default: 100 write req/min per key
configMINDKEG_SQLITE_PATH~/.mindkeg/brain.db SQLite database file
configMINDKEG_STORAGE
🔐 secretOPENAI_API_KEY(none) OpenAI API key (when provider=openai)
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 6 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/carloluisito-mindkeg-mcp-1i2qo5)](https://m8ven.ai/mcp/carloluisito-mindkeg-mcp-1i2qo5)
commit: bd39789d1681f983cae4ea62a07a995fec841d3e
code hash: bc3517ae5d61a29e6a8b7cedbc378712a609d414b4002f559145b4dab0297de4
verified: 4/11/2026, 2:50:32 PM
view raw JSON →