mcpbeat Sign in

Weasley DeepMind MCP Server

by potatohoney-p Your server? Claim it
local only

Weasley DeepMind runs on your own machine — the client starts it, so there is no endpoint to ping. 28 installs a week from npm. Last commit 1 Aug 2026.

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

Installs per day peak 144 · avg 4
a month agotoday
28
Installs / week
npm · weasley-deepmind
3
Stars
0 open issues
1 Aug 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

What the code does

We read the source, 20 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

  const child = spawn(process.execPath, [script], {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add weasley-deepmind -- npx -y weasley-deepmind
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "weasley-deepmind": {
      "args": [
        "-y",
        "weasley-deepmind"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.weasley-deepmind]
command = "npx"
args = ["-y", "weasley-deepmind"]
.cursor/mcp.json
{
  "mcpServers": {
    "weasley-deepmind": {
      "args": [
        "-y",
        "weasley-deepmind"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "weasley-deepmind": {
      "args": [
        "-y",
        "weasley-deepmind"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DATABASE_URL (PostgreSQL connection URL for a database with pgvector installed.), WEASLEY_DEEPMIND_AUTO_MIGRATE (Apply pending database migrations before starting the stdio server.), EMBEDDING_API_KEY (Optional embedding provider API key for semantic recall.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Weasley DeepMind

same job, measured the same way
I
Ghost MCP Server
by ghostsecurity

Minimal MCP server for Ghost Security API - compatible with all MCP clients

24 installs/wk local only
Defenter Proxy
by defenter-ai

Real-time semantic security for AI coding agents and MCP tools

122 installs/wk local only
FileSystem MCP Server
by oncorporation

Secure filesystem access for AI agents with configurable directory and file type restrictions

112 installs/wk local only
Ovrin
by joshluberisse

Secure Linux sandboxes for AI agents, as MCP tools.

local only
DB Conn MCP
by idle-sync

A dead-simple, self-hosted MCP server for securely querying databases via AI agents.

430 installs/wk local only
Changegamer
by beneb89

Agent-first resource directory for AI agents: protocols, security, RAG, memory, evals, and more.

14 tools answering
Rune
by thecolourfoundation

Evidence-traced codebase understanding and security scanning for AI agents over MCP.

24 installs/wk local only
Safedb MCP
by narekmalk

A secure MCP server that lets AI agents query databases safely.

34 installs/wk local only

Weasley DeepMind — questions

Answers built from our own checks of this server.

Why is there no uptime for Weasley DeepMind?
Weasley DeepMind runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package weasley-deepmind was installed 28 times last week.
How do I connect Weasley DeepMind?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls weasley-deepmind straight from npm; nothing to host, nothing to sign up for.
How many people use Weasley DeepMind?
The npm package weasley-deepmind was installed 28 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Weasley DeepMind open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.