Back to Browse

Weasley Deepmind MCP Server

Developer ToolsLow Risk9.5MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

9.5
Low Risk9.5Low Risk

Valid MCP server (1 strong, 1 medium validity signals). 1 known CVE in dependencies Package registry verified. Imported from the Official MCP Registry.

6 files analyzed · 2 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

database

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

PostgreSQL connection URL for a database with pgvector installed.Required

Environment variable: DATABASE_URL

Apply pending database migrations before starting the stdio server.Optional

Environment variable: WEASLEY_DEEPMIND_AUTO_MIGRATE

Optional embedding provider API key for semantic recall.Required

Environment variable: EMBEDDING_API_KEY

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-potatohoney-p-weasley-deepmind": {
      "env": {
        "DATABASE_URL": "your-database-url-here",
        "EMBEDDING_API_KEY": "your-embedding-api-key-here",
        "WEASLEY_DEEPMIND_AUTO_MIGRATE": "your-weasley-deepmind-auto-migrate-here"
      },
      "args": [
        "-y",
        "weasley-deepmind"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!