SelfMemory
Let your memories live forever by passing your knowledge to the next generation with SelfMemory.

SelfMemory
Store AI memories for you and your agents
It is a open-source universal memory engine where users can store and retrieve their AI conversations and context across different models. Users can add memories through MCP, SDK, or a website selfmemory.com Over time, this will evolve into a one-stop memory hub with note-taking and chatbot features. For B2B, it becomes a knowledge backbone, storing project context, organizational knowledge, documents, and data sources to power company-wide AI systems.
🚀 Quick Start
pip install selfmemory
from selfmemory import SelfMemory
memory = SelfMemory()
# Add memories
memory.add("Can you find the nearest BMW car showroom for me.", user_id="user")
# Search memories
results = memory.search("Can you find a car washing service near me?", user_id="user")
print(results)
📚 Full Documentation
Visit docs.selfmemory.com for complete documentation, guides, and examples.
Changelog: See CHANGELOG.md for a detailed list of changes and updates.
🤝 Contributing
We welcome contributions! CONTRIBUTING.md.
🔗 Links
- Discord: discord.com/invite/selfmemory
- Brand Assets (Logos, Slides, etc.): Storage Link
Related Servers
yfinance MCP Server
Access up-to-date prices and news for stocks and cryptocurrencies.
Wikimedia Image Search
MCP server that enables AI assistants to search Wikimedia Commons images with metadata and visual thumbnails.
Nexus
Web search server that integrates Perplexity Sonar models via OpenRouter API for real-time, context-aware search with citations
Everything MCP Server
MCP server for Everything (voidtools) file search
Bilibili API
Search for videos, users, and retrieve danmaku from the Bilibili API.
YouTube MCP Server
Search YouTube videos, retrieve transcripts, and perform semantic search over video content.
JinaAI Grounding
Enhances LLM responses with factual, real-time web content using Jina AI's grounding capabilities.
The Movie Database (TMDB)
Integrates with The Movie Database (TMDB) API, allowing AI assistants to search for movies, retrieve details, and generate related content.
iMessage Query
An MCP server for querying your iMessage database on macOS, allowing LLMs to safely access and search conversations.
RAG Documentation
Retrieve and process documentation using vector search to provide context for AI assistants.