← Back to Plugins
MCP Server MCP

ZKshare

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...