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
Librarian
A server to query Wikipedia and automatically fact-check information for any LLM with a compatible MCP client.
Inkeep
RAG Search over your content powered by Inkeep
ClinicalTrials MCP Server
Search and access clinical trial data from ClinicalTrials.gov.
Brave-Gemini Research MCP Server
Perform web searches with the Brave Search API and analyze research papers using Google's Gemini model.
ArXiv-MCP
Search and retrieve academic papers from arXiv based on keywords.
FastDomainCheck
Check domain name registration status in bulk using WHOIS and DNS dual verification.
GetTreatmentHelp
Search over 12,300 SAMHSA-verified addiction and behavioral health treatment facilities across the US
Agent News
Agent News by The Agent Times gives AI agents a verified, sourced, real-time intelligence layer, that helps to save tokens, time and keep agents in the loop.
Docs MCP Server
An MCP server that makes documentation and codebases searchable for AI assistants, supporting local directories and Git repositories.
Steam Game Server MCP
Model Context Protocol (MCP) server that inquires, diagnoses, and manages steam profiles, game libraries, concurrent users, and game server status.