simple-memory-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@simple-memory-mcpsearch for my notes on React hooks"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
simple-memory-mcp
Personal memory MCP server backed by SQLite FTS5 BM25 search with temporal reranking.
Setup
bun installRelated MCP server: Hoard
Run
bun run startThe server uses stdio transport and creates memory.db in the project root.
Run From GitHub With bunx
bunx --bun github:mrorigo/simple-memory-mcp#mainBecause of the bin entry, this starts the simple-memory-mcp CLI directly.
For MCP client configuration (example):
{
"mcpServers": {
"simple_memory": {
"command": "bunx",
"args": ["--bun", "github:mrorigo/simple=memory-mcp#main"]
}
}
}Tools
ingest_documentInputs:
filename(string path to a UTF-8 text file)
search_memoryInputs:
query(string),limit(optional number, default5, max50)Ranking:
|bm25| * (1 / (1 + 0.05 * ageInDays))
scrub_documentInputs:
filename(string path/identifier as stored in memory)Behavior: removes all matching records from the memory database only; does not delete or modify files on disk.
Verify
bun test
bun run typecheck
bun run smokeThis 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.
Latest Blog Posts
- 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/mrorigo/simple-memory-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server