MCP Server
MCP
ZKshare
ZKshare stdio MCP: store/prove/share, semantic search, sandbox proxy to HTTPS /api/v1/context.
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
By
Comments
Sign in to leave a comment