Easy Memory
@FlippySun
About Easy Memory
Easy Memory MCP - Dual-engine embedding service with Qdrant vector store
Basic information
Category
Memory & Knowledge
License
MIT
Runtime
node
Transports
stdio
Publisher
FlippySun
Submitted by
FlippySun
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"easy-memory": {
"command": "npx",
"args": [
"-y",
"easy-memory@latest"
],
"env": {
"EASY_MEMORY_URL": "https://memory.zhiz.chat/mcp",
"EASY_MEMORY_TOKEN": "<YOUR-TOKEN Get By: https://memory.zhiz.chat/>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Easy Memory?
Easy Memory is an MCP (Model Context Protocol) memory service that persists AI memory across sessions and projects. It integrates with Qdrant vector database and embedding models (official OpenAI via compatible relay or Ollama), and provides dual-shell architecture: MCP Shell (stdio) for direct communication with AI clients like Claude Desktop, Cursor, and VS Code, and HTTP Shell (RESTful API) for remote access and multi-client sharing. It is intended for developers who want their AI assistants to retain context and knowledge between conversations.
How to use Easy Memory?
Easy Memory can be run via npx easy-memory, Docker Compose, or from source. Configure it by setting environment variables such as QDRANT_URL, QDRANT_API_KEY, and OLLAMA_BASE_URL for local setups, or EASY_MEMORY_URL and EASY_MEMORY_TOKEN for remote proxy mode. For client integration, edit the MCP configuration file (e.g., claude_desktop_config.json, .vscode/mcp.json) with the appropriate command and environment variables.
Key features of Easy Memory
- Dual shell architecture: MCP (stdio) and HTTP (RESTful API)
- Remote proxy mode – no local Qdrant or Ollama required
- Supports multiple AI clients: Claude Desktop, Cursor, VS Code
- Persistent memory across sessions and projects
- Semantic search with hybrid retrieval (vector + BM25)
- 8 MCP tools: save, search, forget, status (with aliases)
Use cases of Easy Memory
- Enable AI assistants to remember facts across conversations and projects
- Share a central memory store among multiple clients via HTTP API
- Run a remote memory
More Memory & Knowledge MCP servers
Context7 MCP - Up-to-date Docs For Any Cursor Prompt
upstashContext7 Platform -- Up-to-date code documentation for LLMs and AI code editors
Zettelkasten MCP Server
entanglrA Model Context Protocol (MCP) server that implements the Zettelkasten knowledge management methodology, allowing you to create, link, explore and synthesize atomic notes through Claude and other MCP-compatible clients.
Solomd
zhitongblogA markdown editor — and the bridge to your LLM. Local-first, MIT, ~15 MB. Bundled MCP server lets Claude Code / Codex / Cursor drive your vault directly. 14 AI providers BYOK.
📓 GistPad MCP
lostintangent📓 An MCP server for managing your personal knowledge, daily notes, and re-usable prompts via GitHub Gists
Notion MCP Server
makenotionOfficial Notion MCP Server
Comments