M
Memory MCP
Local semantic memory + time-series intelligence layer for AI abilities. Runs on Ollama — no cloud, no API keys. Gives your AI a persistent, searchable, self-improving memory backed by SQLite.
Created 3/21/2026
Updated about 19 hours ago
README
Repository documentation and setup instructions
GitHub API error: 403
Quick Setup
Installation guide for this server
Install Package (if required)
uvx memory-mcp
Cursor configuration (mcp.json)
{
"mcpServers": {
"brianchilders-memory-mcp": {
"command": "uvx",
"args": [
"memory-mcp"
]
}
}
}