★ 2 stars
Python
🧠 Memory/Knowledge
Updated 1mo ago
SQLite-backed MCP Memory Server with WAL concurrent safety, FTS5 search, session tracking, task management, and cross-machine bridge sync
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"sqlite-memory-mcp": {
"command": "uvx",
"args": [
"sqlite-memory-mcp"
]
}
}
}
Run in terminal:
claude mcp add sqlite-memory-mcp uvx sqlite-memory-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"sqlite-memory-mcp": {
"command": "uvx",
"args": [
"sqlite-memory-mcp"
]
}
}
}
Or install with pip: pip install sqlite-memory-mcp
Topics
ai-memoryclaudeclaude-codeconcurrentfts5full-text-searchknowledge-graphllmllm-memorymcpmcp-servermemory-servermodel-context-protocolpersistent-memorypython