Memorious MCP
Provides AI assistants with long-term semantic memory capabilities through local vector-based storage. Enables storing, recalling, and managing information across sessions with complete privacy using ChromaDB, with no data ever leaving your machine.
README
memorious-mcp
<div align="center">
</div>
A 100% local & private semantic memory MCP (Model Context Protocol) server for AI assistants. Built with ChromaDB for vector similarity search and FastMCP 2. Runs entirely locally - no data ever leaves your machine.
Overview
memorious-mcp provides AI assistants with long-term memory capabilities through three core operations: store, recall, and forget. It uses ChromaDB's vector database to enable semantic similarity search, allowing assistants to retrieve relevant memories even when the exact wording differs from the original storage. All processing and storage happens locally on your machine - no data ever leaves your machine, ensuring complete privacy and security.
Key Features
- 🏠 100% Local & Private: All data processing and storage happens on your machine - nothing goes to the cloud
- 💾 Persistent Memory: Data persists across sessions using ChromaDB's disk-based storage
- 🔍 Semantic Search: Vector embeddings enable similarity-based memory retrieval
- ⚡ Simple API: Three intuitive tools for memory management
- 🚀 FastMCP Integration: Built on FastMCP for efficient MCP server implementation
- 🎯 Canonical Key Design: Optimized for short, embedding-friendly keys (1-5 words)
- 📂 Folder Scoped Storage: Per-project memory isolation.
Why This Project Exists
🔍 Gap in the MCP Ecosystem: Despite the growing popularity of memory MCP servers, there wasn't an existing memory server that combines both semantic similarity search and complete file based folder scoped local storage. Most memory solutions either:
- ☁️ Require cloud services and external API calls (compromising privacy) for either embeddings or storage or both
- 🔤 Only support exact key-value matching (no semantic understanding)
- 📁 Don't support folder scoped local storage
Use Cases
- Personal Assistant Memory: Remember user preferences, habits, and personal information
- Context Preservation: Maintain conversation context across sessions
- Knowledge Management: Store and retrieve project-specific information
- Personalization: Enable AI assistants to provide personalized responses based on stored preferences
- Privacy-First AI: Keep sensitive personal data local while still having persistent memory
- Folder-Scoped AI Agents: Perfect for VS Code Copilot Chat Modes and Claude Code agents with per-project memory isolation
Installation
For VS Code
Make sure you have uv and its its uvx command installed first.
For most MCP clients
Add to your MCP client configuration:
{
"mcpServers": {
"memorious": {
"command": "uvx",
"args": ["memorious-mcp"]
}
}
}
Development / Local Installation
uv sync
For development/local installation:
{
"mcpServers": {
"memorious": {
"command": "uv",
"args": ["run", "memorious-mcp"],
"cwd": "/path/to/memorious-mcp"
}
}
}
Tools
store
Store facts, preferences, or information with short canonical keys optimized for vector similarity.
Parameters:
key(string): Short, canonical key (1-5 words, space-separated)value(string): The actual information to store
recall
Retrieve stored memories using semantic similarity search.
Parameters:
key(string): Query key for similarity searchtop_k(int, default: 3): Maximum number of results to return
forget
Delete memories matching a query key.
Parameters:
key(string): Query key to find memories to deletetop_k(int, default: 3): Number of nearest matches to consider
Claude CLI Configuration
To add memorious-mcp to Claude CLI, use the following commands:
# Add the MCP server using uvx (recommended)
claude mcp add memorious-mcp uvx memorious-mcp
# Alternative: for development/local installation
claude mcp add memorious-mcp uv run --project <memorious_mcp_src> memorious-mcp
You can then list your configured MCP servers:
claude mcp list
And remove the server if needed:
claude mcp remove memorious-mcp
Example Tool Signatures
store(key: str, value: str) -> {"id": str}recall(key: str, top_k: int = 3) -> {"results": [...]}where each result includes id, key, value, distance, timestampforget(key: str, top_k: int = 3) -> {"deleted_ids": [...]}
Testing
Run tests with:
# Using uv
uv run python -m pytest tests/ -v
# Or if pytest is available globally
pytest tests/ -v
Technical Details
- Backend: ChromaDB with persistent disk storage
- Embeddings: Uses ChromaDB's default embedding function (local processing)
- Storage Location:
./.memoriousdirectory (configurable) - Python Version: Requires Python ≥3.12
- License: MIT
- Privacy: No network requests, no cloud dependencies, all data stays local
Package Structure
The project follows the standard Python package layout:
memorious-mcp/
├── src/
│ └── memorious_mcp/
│ ├── __init__.py
│ ├── main.py # MCP server entry point
│ └── backends/
│ ├── __init__.py
│ ├── memory_backend.py # Abstract base class
│ └── chroma_backend.py # ChromaDB implementation
├── tests/
│ └── test_chroma_backend.py # Integration tests
├── pyproject.toml # Package configuration
└── README.md
The server is designed for local/CLI integrations using stdio transport, making it suitable for personal AI assistants and development workflows where privacy and data security are paramount.
Limitations
⚠️ Important Security Considerations
While your data is 100% safe and private because it never leaves your local machine, you should still exercise caution about what you store:
- Data is stored unencrypted: All stored data is persisted to disk in unencrypted format in the
.memoriousdirectory - Avoid storing secrets: Do NOT store passwords, API keys, private keys, personal identification numbers, financial information, or any other sensitive credentials
- Local file access: Anyone with access to your machine and the
.memoriousdirectory can read all stored memories - Exercise caution: While the MCP server warns the client LLM to avoid storing sensitive information, you should not rely solely on this safeguard
- Backup considerations: Be mindful when backing up or syncing directories containing
.memoriousfolders
Contributing
Contributions are welcome. Open a PR with tests.
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。