mcpbeat Sign in

ZKshare MCP Server

local only

ZKshare runs on your own machine — the client starts it, so there is no endpoint to ping. 24 installs a week from npm. Last commit 30 Apr 2026.

ZKshare stdio MCP: store/prove/share, semantic search, sandbox proxy to HTTPS /api/v1/context.

Installs per day peak 22 · avg 5 · +40% w/w
a month agotoday
24
Installs / week
npm · zkshare-mcp
0
Stars
0 open issues
30 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

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

This one needs environment variables set before it will start: ZKSHARE_API_KEY (ZKshare API key (zk_live_…). Create one at zkshare.io/api-key — required for POST /api/v1/context.), ZKSHARE_API_URL (API origin including scheme; omit for production (https://zkshare.io). Use http://localhost:3000 only when self-hosting.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to ZKshare

same job, measured the same way
ContextStream MCP Server
by contextstream

Project memory, semantic code search, and grounded agent context.

answering
Morningform
by contactxyz-admin

stdio MCP proxy for MorningForm — bridges Claude Code to MorningForm HTTPS MCP server.

18 installs/wk local only
Npi Providers MCP Server
by cyanheads

Search NPPES providers and resolve NUCC specialty codes via MCP over STDIO or Streamable HTTP.

227 installs/wk 3 tools answering
Exa
by pipeworx-io

Exa MCP — neural/semantic web search + content retrieval (exa.ai)

39 tools answering
Plaid
by pipeworx-io

Plaid MCP — wraps Plaid Sandbox API (sandbox.plaid.com)

39 tools answering
Prowlo — Reddit & X for AI agents
by prowlo

Reddit & X data for AI agents over MCP. Semantic search, hosted, no Reddit API.

49 tools answering
IMAGIN.studio API Docs
by imaginstudio

Semantic search over IMAGIN.studio API documentation — CDN, API, integration guides, and more.

108 installs/wk local only
Vectros AI
by vectros-ai

Typed record store + hybrid search over MCP: deterministic lookups + semantic memory, per-customer.

297 installs/wk local only

ZKshare — questions

Answers built from our own checks of this server.

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