Memctl: Open Source MCP Server for Persistent Memory in AI Coding Agents

Memctl is an open source MCP server that gives AI coding agents persistent memory across sessions, machines, and IDEs. It stores your project context and serves it back in the next session, enabling team scenarios where one agent learns something and every team member's agent gains that knowledge.
Key Details
The tool was built entirely with Claude Code, with Claude Code writing the vast majority of the codebase. Development took two weeks from first commit to beta release, which the creator states would not have been possible without Claude Code.
Memctl includes:
- 11 MCP tools
- Hybrid search functionality
- Offline caching
It works with various MCP clients including:
- Claude Code
- Cursor
- Windsurf
- Cline
- Any MCP client
The server is self-hostable with Docker and licensed under Apache 2.0. It's free to use with paid tiers available for larger teams.
Getting started involves two commands:
npx memctl auth && npx memctl init
The project is available on GitHub at github.com/memctl/memctl with additional information at memctl.com.
This type of MCP server addresses a common limitation in AI coding assistants where context doesn't persist between sessions, requiring users to repeatedly explain project details. By maintaining persistent memory, agents can build on previous interactions and share knowledge across team members.
📖 Read the full source: r/ClaudeAI
👀 See Also

Local-first AI tax preparer with encrypted PII built on MCP
A developer built a tax filing extension for Crow that encrypts all PII with AES-256-GCM and works with any MCP-compatible client including Claude, ChatGPT, Gemini, or local models through Ollama. The system handles 1040, Schedule 1, HSA (8889), education credits (8863), self-employment (Schedule C/SE), and capital gains (Schedule D) calculations locally.

FixAI Dev: A Consumer Rights Game Using Claude Haiku with Strict JSON Contracts
A developer built a browser game where Claude Haiku acts as a corporate AI denying consumer requests; players argue using real consumer protection laws across 37 cases in EU, US, UK, and Australia. The architecture uses Haiku for language only, with server-side game logic and strict JSON contracts between components.

Developer Achieves Sub-Second STT/TTS Latency with Local Whisper and Coqui-TTS Servers
A developer has open-sourced local server implementations for Whisper STT and Coqui TTS that achieve ~0.2s speech-to-text and ~250ms text-to-speech latency, enabling conversational AI agents without cloud dependencies.

Built AI Forensic Accounting Software with My Dad — CaseTrail Automates Financial Fraud Detection
A father-son team built CaseTrail, an AI-powered forensic accounting tool that ingests bank statements and identifies anomalies. The blog details integration with LLMs for transaction analysis.