Serversio.github.cdnsteve/remembrallmcp
R

RemembrallMCP

io.github.cdnsteve/remembrallmcp · v0.1.0
▦ npm
v0.1.0npm npm: remembrallmcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.cdnsteve/remembrallmcp",
  "description": "Persistent knowledge memory for AI agents. Hybrid search, code graph, pgvector.",
  "title": "RemembrallMCP",
  "repository": {
    "url": "https://github.com/cdnsteve/remembrallmcp",
    "source": "github"
  },
  "version": "0.1.0",
  "packages": [
    {
      "registryType": "npm",
      "identifier": "remembrallmcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "PostgreSQL connection string with pgvector extension",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DATABASE_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}