mcpbeat Sign in

Memorydetective MCP Server

by carloshpdoc Your server? Claim it
local only

Memorydetective runs on your own machine — the client starts it, so there is no endpoint to ping. 73 installs a week from npm. Last commit 25 May 2026.

iOS leak/perf debugging via MCP: memgraph cycles, .trace analysis, SourceKit-LSP bridging.

Installs per day peak 67 · avg 18 · +17% w/w
a month agotoday
73
Installs / week
npm · memorydetective
13
Stars
1 open issues
25 May 2026
Last commit
0 releases in 90 days
Apache-2.0
License
TypeScript

What the code does

We read the source, 11 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(cmd, args, {

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 memorydetective -- npx -y memorydetective
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "memorydetective": {
      "args": [
        "-y",
        "memorydetective"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.memorydetective]
command = "npx"
args = ["-y", "memorydetective"]
.cursor/mcp.json
{
  "mcpServers": {
    "memorydetective": {
      "args": [
        "-y",
        "memorydetective"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "memorydetective": {
      "args": [
        "-y",
        "memorydetective"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Memorydetective

same job, measured the same way
CLIO Darshan
by iowarp

Darshan I/O profiler MCP server for analyzing I/O trace files

local only
Sentry MCP
by getsentry

MCP server for Sentry - error monitoring, issue tracking, and debugging for AI assistants

86 364 installs/wk local only
T32 MCP Server
by ormastes

TRACE32 debugger MCP — session, dialog, field, history, resource inspection

29 installs/wk local only
Sorsa
by sorsa

Amazon FBA arbitrage toolkit: product analysis, deal feeds, price alerts and sourcing management.

56 tools answering
Langfuse
by pulsemcp

MCP server for Langfuse LLM observability — trace and observation analysis.

25 installs/wk local only
CLIO Parallel Sort
by iowarp

Parallel Sort MCP - High-Performance Log File Processing for LLMs with advanced sorting and analysis

local only
Invoice Badger
by invoicebadger

Invoicing you drive by talking to your AI: log time, raise invoices and track what's owed via MCP.

answering
T32 Lsp MCP Server
by ormastes

TRACE32 CMM LSP via MCP — parse, diagnostics, completions, hover, symbols

28 installs/wk local only

Memorydetective — questions

Answers built from our own checks of this server.

Why is there no uptime for Memorydetective?
Memorydetective 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 memorydetective was installed 73 times last week.
How do I connect Memorydetective?
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 memorydetective straight from npm; nothing to host, nothing to sign up for.
How many people use Memorydetective?
The npm package memorydetective was installed 73 times in the last week. Week over week that is +17%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Memorydetective open source?
Yes — it is published under the Apache-2.0 licence, written in TypeScript, 13 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.