Skip to content
Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

RemembrallMCP in other clients