Databases
Trust: 34/100 (Limited)Memory MCP Server Guide
SQLite-backed MCP server for persistent memory, full-text retrieval, and graph traversal.
by j0hanz
Quick Start
Install
npx @j0hanz/memory-mcpClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-j0hanz-memory-mcp": {
"command": "npx",
"args": [
"@j0hanz/memory-mcp"
]
}
}
}