S
Simple Memory MCP
by @mrorigo
Personal memory MCP server backed by SQLite FTS5 BM25 search with temporal reranking.
Created 3/2/2026
Updated about 6 hours ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
npx @modelcontextprotocol/server-simple-memory-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"mrorigo-simple-memory-mcp": {
"command": "npx",
"args": [
"mrorigo-simple-memory-mcp"
]
}
}
}
Author Servers
Other servers by mrorigo