Serversio.github.sp0oby/zkshare
Z

ZKshare

io.github.sp0oby/zkshare · v1.0.1
▦ npm
v1.0.1npm npm: zkshare-mcp↗ Website↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.sp0oby/zkshare",
  "description": "ZKshare stdio MCP: store/prove/share, semantic search, sandbox proxy to HTTPS /api/v1/context.",
  "title": "ZKshare",
  "repository": {
    "url": "https://github.com/sp0oby/zkShare",
    "source": "github",
    "subfolder": "packages/zkshare-mcp"
  },
  "version": "1.0.1",
  "websiteUrl": "https://zkshare.io/docs",
  "icons": [
    {
      "src": "https://zkshare.io/icon.svg",
      "mimeType": "image/svg+xml",
      "sizes": [
        "any"
      ]
    }
  ],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "zkshare-mcp",
      "version": "1.0.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "ZKshare API key (zk_live_…). Create one at zkshare.io/api-key — required for POST /api/v1/context.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "ZKSHARE_API_KEY"
        },
        {
          "description": "API origin including scheme; omit for production (https://zkshare.io). Use http://localhost:3000 only when self-hosting.",
          "format": "string",
          "default": "https://zkshare.io",
          "name": "ZKSHARE_API_URL"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}