mcpbeat Sign in

Memorykit MCP Server

by rapozoantonio Your server? Claim it
local only

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

Cognitive memory for AI coding assistants — persistent memory across sessions

Installs per day peak 337 · avg 47 · -24% w/w
a month agotoday
110
Installs / week
npm · memorykit-mcp-server
4
Stars
0 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
C#

What the code does

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

In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

CI pipeline leaks secrets outward .github/workflows/main.yml:560
          curl -f https://${{ secrets.AZURE_WEBAPP_NAME_PROD }}.azurewebsites.net/health || exit 1

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

Nothing serious here today

Today is the operative word: we check Memorykit 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 memorykit -- npx -y memorykit-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "memorykit": {
      "args": [
        "-y",
        "memorykit-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.memorykit]
command = "npx"
args = ["-y", "memorykit-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "memorykit": {
      "args": [
        "-y",
        "memorykit-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "memorykit": {
      "args": [
        "-y",
        "memorykit-mcp-server"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Memorykit

same job, measured the same way
Memory
by velixarai

Persistent memory for AI assistants. Store, search, and recall across sessions.

146 installs/wk local only
Collective Memory
by hustada

MCP server for persistent, semantic memory across AI sessions

40 installs/wk local only
M
In Memoria
by pi22by7

Persistent codebase intelligence that gives AI assistants memory across sessions

97 installs/wk local only
I
In Memoria
by pi22by7

Persistent codebase intelligence that gives AI assistants memory across sessions

local only
Memoir
by camgitt

Persistent memory for AI coding tools via MCP. Remembers across sessions and machines.

226 installs/wk local only
Session Forge
by 420247jake

Persistent memory and session intelligence for AI coding assistants. Zero config.

52 installs/wk local only
ContextStream
by contextstream

Persistent memory and cross-session learning for AI coding assistants (hosted remote MCP).

answering
Conventions MCP
by fedgeno

Memory for coding conventions and standing instructions that persists across sessions.

149 installs/wk local only

Memorykit — questions

Answers built from our own checks of this server.

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