MCP Servers / development / ZKshare

ZKshare

JSON →
stdiononedevelopment

Stdio MCP server that exposes zkShare tools to AI clients: store encrypted context, proofs, semantic search, sharing, and sandbox calls via POST /api/v1/context with ZKSHARE_API_KEY.

Install
How to run this server
[ { "cmd": "npx -y zkshare-mcp`**", "imports": [] } ]
server path: zkshare
Tools
What this server exposes
zkshare_store
Store an encrypted fact (server-sealed) via POST /api/v1/context
zkshare_prove
Generate a proof envelope for a server-sealed fact
zkshare_share
Generate a proof envelope and create a share token
zkshare_search
Semantic search over server-sealed encrypted facts
zkshare_verify_proof
Verify a proof envelope without loading the underlying fact
zkshare_sandbox
Execute a small allow-listed function in an isolated sandbox
Configuration
Environment & auth
authnone
envZKSHARE_ENCRYPTION_SECRET
envZKSHARE_PROOF_SECRET
envZKSHARE_API_URL
envZKSHARE_API_KEY
envINVALID_API_KEY
envZKSHARE_ENCLAVE_JWT_SECRET
envUPSTASH_REDIS_REST_URL
envUPSTASH_REDIS_REST_TOKEN
Resources