← Back to Plugins
MCP Server MCP

Weasley DeepMind

github By github 👁 1 views ▲ 0 votes

Secure, fragment-based long-term memory for MCP-compatible AI agents.

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "weasley-deepmind",
      "version": "1.0.0",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "stdio",
          "type": "positional"
        }
      ],
      "environmentVariables": [
        {
          "description": "PostgreSQL connection URL for a database with pgvector installed.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DATABASE_URL"
        },
        {
          "description": "Apply pending database migrations before starting the stdio server.",
          "format": "boolean",
          "default": "true",
          "name": "WEASLEY_DEEPMIND_AUTO_MIGRATE"
        },
        {
          "description": "Optional embedding provider API key for semantic recall.",
          "format": "string",
          "isSecret": true,
          "name": "EMBEDDING_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...