Back to Apps

MemCP
Supports UIby maydali28
Persistent memory MCP server for Claude Code implementing the RLM framework for recursive context management.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
MemCP provides a persistent external memory layer for Claude Code, ensuring that critical decisions, technical findings, and conversation context survive across sessions and /compact commands.
Tools
memcp_remember: Saves insights to persistent memory.memcp_recall: Retrieves insights based on query, category, or importance.memcp_search: Hybrid search across memory insights and context chunks.memcp_load_context: Stores large content as named variables on disk.memcp_related: Traverses the MAGMA knowledge graph to find connected insights.memcp_chunk_context: Splits large documents into navigable chunks.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"memcp": {
"command": "python3",
"args": ["-m", "memcp"]
}
}
}
Supported hosts
- Claude Code
Quick install
git clone https://github.com/mohamedali-may/memcp.git && cd memcp && make setupInformation
- Pricing
- free
- Published
- 6/7/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"memcp": {"command": "python3", "args": ["-m", "memcp"]}}}





