43
/ 100
10 days ago
glama

MindBase

MindBase implements Karpathy's "LLM wiki" pattern as an MCP server. Instead of retrieving chunks at query time (RAG), the LLM maintains a persistent wiki between your conversations: it reads every source you feed it, cross-references pages with [[wikilinks]], flags contradictions between sources, and keeps a context.md that reflects your current synthesized thinking.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

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

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 3 credentials: ANTHROPIC_API_KEY, GOOGLE_CLIENT_SECRET, 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.
🔐 secretANTHROPIC_API_KEY
configGOOGLE_CLIENT_ID
🔐 secretGOOGLE_CLIENT_SECRET
configMCP_CLIENT
configMINDBASE_DATA_DIREverything is under ~/mindbase-data/ (override with env var).
configMINDBASE_MDNS
configMINDBASE_MODEL
configMINDBASE_OCR
configMINDBASE_PLUGIN_ROOT
configMINDBASE_TEST_PORT
configMOCK_LLM
🔐 secretOPENAI_API_KEY
configPORT
configXDG_CONFIG_HOME
// 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 2 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/frankchu91-mindbase-jxavth)](https://m8ven.ai/mcp/frankchu91-mindbase-jxavth)
commit: 0fd4da5dd73481021d2c90afea5dbd370339486a
code hash: 4456650161d605356cc7d73f4322edb692dec2bfdbd1219f0e346f91ec58d722
verified: 7/21/2026, 9:09:05 AM
view raw JSON →