Zikra: Self-Hosted MCP Memory Server for Claude Code, Cursor, and Codex

Zikra is a self-hosted MCP (Model Context Protocol) memory server that provides persistent memory for Claude Code, Cursor, and Codex. It solves the problem where Claude Code and Claude Web don't share context, and every session starts from zero.
What it does
- Stop hook fires when Claude Code sessions end — saves automatically, eliminating the need to type "save this"
- MCP native — Claude Desktop and Claude Code connect with one configuration line
- Works with Cursor and Codex via the same webhook
- Saves every decision, error, and requirement automatically at session end
- Creates a searchable memory pool accessible from any tool, machine, or team member
Installation steps
Step 1 — Start the server:
pip install zikra-lite && python -m zikraStep 2 — Add to ~/.claude/mcp.json:
{"zikra": {"url": "http://localhost:7723/mcp",
"headers": {"Authorization": "Bearer YOUR_TOKEN"}}}Step 3 — Paste into Claude Code:
Fetch https://raw.githubusercontent.com/getzikra/zikra-lite/main/prompts/g_zikra.md and follow every instruction in it.
Technical details
- MIT licensed
- Self-hosted
- Free forever
- Built primarily by Claude Code to solve the developer's own problem
- Team version available with Postgres + n8n
This type of tool is useful for development teams working with AI coding assistants who need persistent context across sessions and team members.
📖 Read the full source: r/ClaudeAI
👀 See Also

DreamScape: Browser-Based 3D World Builder Powered by Claude Code and MCP
DreamScape is a browser-based 3D world builder where Claude Code controls 30 MCP tools to generate terrain, models, weather, and behaviors in real time through natural language commands.

Open Source Grafana Dashboard Tracks Claude Code Costs and Usage via OpenTelemetry
An SRE built a free Grafana dashboard to visualize Claude Code spend, token usage, cache hit ratios, and edit decisions by pulling OpenTelemetry metrics into Prometheus-compatible backends.

Claude Code Built Treelo: A Free Video Transcription Tool
A video editor used Claude Code to build Treelo, a free tool that transcribes video/audio files, removes filler words, allows SFX placement at exact timestamps, and exports SRT for Premiere or ASS for DaVinci Resolve.

Vibeyard Adds Kanban Board for Managing Multiple Claude Code Sessions
An open-source IDE called Vibeyard now includes a Kanban board that lets you spin up Claude Code agent sessions directly from cards. Cards auto-move to Done when the agent finishes.