Eversmile12/sharedcontext
MCP server that gives AI coding assistants persistent cross-client memory. Facts and conversations stored in SQLite, encrypted with AES-256-GCM, synced to Arweave. No server, no account, recoverable with a 12-word phrase.
This project gives your AI coding assistant a shared, persistent memory that you own and control. It takes fragmented notes and past conversations from tools like Cursor or Claude Code, storing them as encrypted facts and chat histories. This allows developers, data scientists, or operations engineers to ensure their AI remembers project details, coding styles, and previous discussions across sessions and different AI clients.
Use this if you are a developer, data scientist, or operations engineer who relies on AI coding assistants and needs them to remember past conversations, architectural decisions, and preferences across different tools and work sessions.
Not ideal if you need a collaborative memory system for multiple users, or if you require semantic vector search for recalling context rather than keyword-based retrieval.
Stars
44
Forks
4
Language
TypeScript
License
—
Category
Last pushed
Feb 24, 2026
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/mcp/Eversmile12/sharedcontext"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
doobidoo/mcp-memory-service
Open-source persistent memory for AI agent pipelines (LangGraph, CrewAI, AutoGen) and Claude....
Dataojitori/nocturne_memory
A lightweight, rollbackable, and visual Long-Term Memory Server for MCP Agents. Say goodbye to...
spences10/mcp-memory-libsql
🧠High-performance persistent memory system for Model Context Protocol (MCP) powered by libSQL....
gannonh/memento-mcp
Memento MCP: A Knowledge Graph Memory System for LLMs
mkreyman/mcp-memory-keeper
MCP server for persistent context management in AI coding assistants