Production-ready MCP memory server with SQLite WAL for thread-safe concurrent access. Drop-in replacement for @modelcontextprotocol/server-memory. Prevents race conditions and data loss in multi-sessi…
| Tool name | Description | Destructive? |
|---|---|---|
| create_entities | ✓ no | |
| create_relations | ✓ no | |
| add_observations | ✓ no | |
| delete_entities⚠ | ⚠ yes | |
| delete_observations⚠ | ⚠ yes |
| delete_relations⚠ | ⚠ yes | |
| read_graph | ✓ no | |
| search_nodes | ✓ no | |
| open_nodes | ✓ no |
{
"mcpServers": {
"pepkmcp-memory-sqlite": {
"command": "npx",
"args": [
"-y",
"@pepk/mcp-memory-sqlite"
]
}
}
}