Memryzed
OfficialMemryzed
Persistent memory and session state for AI coding agents.
Memryzed is a local-first MCP server that gives any MCP-aware coding agent (Claude Code, Kiro, Codex, Cursor, Copilot CLI, Continue, and others) durable memory across sessions and resumable working state per repository.
Your agent stops forgetting. Your work stops restarting from zero.
See it work
Tell your agent something once:

Ask later, in a new conversation — it remembers:

Related MCP server: apex-memory
Status
Pre-1.0. Memryzed is feature-complete against the v1 specification
(docs/specs/v1.md): local memory store, hybrid retrieval,
per-repository sessions, the rule-based extractor with an optional
local-LLM extractor, and an MCP server exposing nine tools. The API
and on-disk format may still change before 1.0; see
docs/development/versioning.md for the compatibility policy and
CHANGELOG.md for what has shipped.
Install
macOS, Linux, WSL:
curl -fsSL https://memryzed.com/install.sh | bashWindows PowerShell:
irm https://memryzed.com/install.ps1 | iexWindows Command Prompt:
curl -fsSL https://memryzed.com/install.cmd -o install.cmd && install.cmdAfter install:
memryzed init # one-time setup
memryzed install # auto-wire into detected MCP clients
memryzed doctor # verify everything is workingFor detailed setup, see docs/getting-started.md.
What Memryzed gives you
Three layers of persistent context, exposed to any MCP-aware agent through a small, stable tool surface:
Global memory. User-wide preferences and facts that follow you across every project and every machine.
Project memory. Repository-scoped facts that persist across sessions in the same repository: build commands, conventions, ownership, decisions.
Session state. Per-task working state that lets you resume exactly where you left off, including open files, recent conversation, and last commands.
All data lives on your machine in a single SQLite database. No accounts, no telemetry by default, no network calls.
How it works
Memryzed runs as a local MCP server that your agent talks to over stdio. Agents call nine tools to recall facts and conversations, store facts, checkpoint sessions, and resume them. A background engine captures your agent conversations and proposes facts; you approve, edit, or reject the proposed facts through a CLI review queue.
For the full architecture, see docs/architecture.md.
Documentation
User documentation:
docs/getting-started.md- install and first usedocs/concepts.md- the memory model and scopesdocs/cli-reference.md- every commanddocs/mcp-reference.md- every MCP tooldocs/configuration.md- configuration optionsdocs/troubleshooting.md- when something is wrongdocs/faq.md- common questions
For agent and client authors:
docs/for-agent-authors.md- how to integrate Memryzed cleanly
For contributors and operators:
docs/architecture.md- system architecturedocs/data-model.md- on-disk format and schemadocs/specs/v1.md- the full v1 specificationdocs/development/- development, release, and incident-response processdocs/roadmap.md- what is planned next
License
Apache-2.0. See LICENSE and NOTICE.
Contributing
See CONTRIBUTING.md for the development setup, branching model, and how to
propose changes. By participating in this project you agree to the
CODE_OF_CONDUCT.md.
Security
To report a vulnerability, follow the process in SECURITY.md. Do not open
public issues for security reports.
Authors
Memryzed was created by Hamza Arjah, founder and lead maintainer. See
AUTHORS for the full attribution and the repository's contributors
page for everyone who has contributed.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityAmaintenanceProvides persistent memory for AI coding agents via MCP, enabling agents to store and semantically recall facts, events, and lessons across sessions, all running locally without cloud dependencies.Last updatedApache 2.0
- Alicense-qualityCmaintenancePersistent memory for AI coding agents. Enables agents to save and recall decisions, patterns, bugs, and context across sessions via an MCP server with local SQLite storage.Last updated182MIT
- AlicenseAqualityAmaintenanceDurable, local-first memory for AI coding agents over MCP — zero-dependency (pure Python + SQLite/FTS5), curated and semantically de-duped. Works with Claude Code, Codex and any MCP host, and you own the data as plain rows.Last updated622AGPL 3.0
- AlicenseBqualityAmaintenanceLocal-first memory for MCP clients. It provides shared durable memory without requiring hosted accounts, vector databases, or API keys, and works with Codex, Claude Code, Cursor, and other MCP clients.Last updated182113MIT
Related MCP Connectors
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
StremAI MCP: shared memory for AI coding agents. Connected agents can recall. OAuth + local stdio.
Persistent memory for AI agents — verbatim conversations, searchable by meaning.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/memryzed/memryzed'
If you have feedback or need assistance with the MCP directory API, please join our Discord server