ZKshare
JSON →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
npx -y zkshare-mcp`** Tools · 6
- 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
Environment variables
ZKSHARE_ENCRYPTION_SECRETZKSHARE_PROOF_SECRETZKSHARE_API_URLZKSHARE_API_KEYINVALID_API_KEYZKSHARE_ENCLAVE_JWT_SECRETUPSTASH_REDIS_REST_URLUPSTASH_REDIS_REST_TOKEN