mcpbeat Sign in

Open Zk Kb MCP Server

local only

Open Zk Kb runs on your own machine — the client starts it, so there is no endpoint to ping. 883 installs a week from npm. Last commit 20 Aug 2026.

Shared, persistent memory for AI assistants, built on the Zettelkasten method.

Installs per day peak 1 559 · avg 362 · -92% w/w
a month agotoday
883
Installs / week
npm · open-zk-kb
7
Stars
0 open issues
20 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 23 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.

Builds a file path from a variable src/agent-docs.ts:80
  const instructionsPath = path.join(projectRoot, 'templates', 'install', filename);
  const proc = Bun.spawn(['git', ...args], {
Builds a database query by concatenation src/storage/NoteRepository.ts:1373
            `Cannot update snapshot note "${existing.title}" [${existing.id}]. Snapshots are immutable — create a new dated snapshot instead.`

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

Alternatives to Open Zk Kb

same job, measured the same way
JustOnce
by justonce

Persistent memory for AI assistants — one shared, OAuth-secured vault for every MCP client.

answering
Kaufliste
by voltronunited

Persistent shopping memory for AI assistants. The AI reasons; Kaufliste stores and executes.

answering
Iranti
by nfemmanuel

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

260 installs/wk local only
Session Forge
by 420247jake

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

52 installs/wk local only
Openfuse MCP
by openfused

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

111 installs/wk local only
Memorykit
by rapozoantonio

Cognitive memory for AI coding assistants — persistent memory across sessions

110 installs/wk local only
Memory
by velixarai

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

146 installs/wk local only
Vasperamemory
by rcolkitt

Persistent AI memory for coding assistants. 80+ tools for decisions, patterns, errors.

117 installs/wk local only

Open Zk Kb — questions

Answers built from our own checks of this server.

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