mcpbeat Sign in

Memdata MCP Server

by thelabvenice Your server? Claim it
local only

Memdata runs on your own machine — the client starts it, so there is no endpoint to ping. 37 installs a week from npm. Last commit 3 Feb 2026.

Persistent memory for AI agents. Store context, retrieve it semantically.

Installs per day peak 20 · avg 6 · -22% w/w
a month agotoday
37
Installs / week
npm · memdata-mcp
0
Stars
0 open issues
3 Feb 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Memdata every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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

This one needs environment variables set before it will start: MEMDATA_API_KEY (Your MemData API key (get one at memdata.ai/dashboard/api-keys)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Memdata

same job, measured the same way
Goldhold
by jerrysrodz

Persistent memory for AI agents. Search, store, and recall across sessions.

30 installs/wk answering
Agentram MCP
by seanmarkwei

Model Context Protocol server for AgentRAM. Persistent memory for AI agents.

40 installs/wk local only
GrantAi Memory
by solonai

Persistent memory for AI agents. Infinite context with sub-millisecond recall.

local only
DeepMem
by deepmemteam

Mem0-compatible persistent memory for AI agents: write facts once, recall them semantically.

2 tools answering
Synap Memory
by maximem

Persistent memory for AI agents — log and recall conversation context over MCP.

4 tools answering
Openfuse MCP
by openfused

Encrypted mail, shared memory, and persistent context for AI agents.

111 installs/wk local only
Iranti
by nfemmanuel

Persistent, shared memory for AI agents — facts, checkpoints, semantic search.

260 installs/wk local only
Slimdex MCP
by siddhukaushik

Narrow code retrieval for agents: outlines, symbol context, dep graph, persistent memory.

37 installs/wk local only

Memdata — questions

Answers built from our own checks of this server.

Why is there no uptime for Memdata?
Memdata 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 memdata-mcp was installed 37 times last week.
How do I connect Memdata?
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 memdata-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Memdata?
The npm package memdata-mcp was installed 37 times in the last week. Week over week that is -22%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Memdata open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 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.