RemembrallMCP for Claude Desktop
io.github.cdnsteve/remembrallmcp
Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.
client:Claude Desktop
transport:stdio
runtime:npm
Install RemembrallMCP in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"remembrallmcp": {
"command": "npx",
"args": [
"-y",
"remembrallmcp"
],
"env": {
"DATABASE_URL": "<DATABASE_URL>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs