HomeKnowledge & Memory › RemembrallMCP

RemembrallMCP

Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.

Rust
★ 35 stars Last pushed 2026-07-28

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (npm 0.1.0)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "remembrallmcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "DATABASE_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • DATABASE_URL required secret — PostgreSQL connection string with pgvector extension

Related servers

Data from the Official MCP Registry