Mind Keg MCP: Persistent Memory for Claude Code and MCP-Compatible Agents

What Mind Keg MCP Does
Mind Keg MCP addresses the common frustration where Claude Code forgets everything between sessions. It's an MCP server that acts as persistent memory for Claude Code and any MCP-compatible agent. Claude stores small learnings as it works with you, then retrieves them via semantic search in future sessions.
The more you use Claude Code, the more it actually knows about your codebase, your preferences, and your patterns. Sessions stop feeling like day one. When Claude hits a problem it's seen before, it searches its memory, gets the relevant context back automatically, and doesn't repeat the same mistake.
Technical Implementation
Under the hood:
- Semantic search runs locally with ONNX embeddings (FastEmbed)
- No API keys, no cost, fully offline
- Also supports OpenAI embeddings or FTS5 keyword search if you prefer
- Three scoping levels: repo-specific, workspace-wide, and global
- SQLite storage, zero external dependencies
- API key auth with SHA-256 hashing
- TypeScript, Node.js 22, MIT license
Compatibility and Setup
Works with Claude Code, Cursor, Windsurf, Codex CLI, Gemini CLI, and GitHub Copilot.
Quick start:
npm install -g mindkeg-mcp
mindkeg api-key create --name "My Laptop"
# Add the MCP config to Claude Code. Done.Development Background
The developer built this entirely using Claude Code as their coding partner, from architecture decisions to implementation to debugging. The tool is 100% free and open source.
📖 Read the full source: r/ClaudeAI
👀 See Also

Open Source AI Context Packs for Legal, Compliance, and Finance Questions
A developer used Claude to research and build 32 free, open source context packs that provide specific answers to legal, compliance, and finance questions instead of generic 'consult a lawyer' responses. The packs cover GDPR, contracts, SaaS billing, EU AI Act, and more.

ComfyUI Skill Enables AI Agents to Queue and Batch Image Renders via Natural Language
A new open-source skill allows OpenClaw agents to construct ComfyUI workflows, submit jobs, and manage renders through natural language commands like 'Make 50 variations of this concept with different seeds' or 'Compare these 4 prompts side by side at 1024x1024'.

Claude Desktop + Blender via MCP: Real-Time 3D Workflow Closes the Feedback Loop
An open-source Blender add-on runs an MCP server inside Blender, letting Claude Desktop inspect scenes, create objects, render images, and read results—closing the script-paste feedback loop.

blend-ai: New Blender MCP Service for Claude Code
blend-ai is a new Blender MCP service that allows Claude Code to generate 3D scenes. A user reported it worked faster and better than blender-mcp, creating a shuttle launch scene from reference images in 5 minutes.