ZKshare
Quality Score
100
/100
ZKshare stdio MCP: store/prove/share, semantic search, sandbox proxy to HTTPS /api/v1/context.
§01 Install
Claude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"zkshare": {
"command": "npx",
"args": [
"-y",
"zkshare-mcp"
],
"env": {
"ZKSHARE_API_KEY": "<your-zkshare_api_key>",
"ZKSHARE_API_URL": "https://zkshare.io"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"zkshare": {
"command": "npx",
"args": [
"-y",
"zkshare-mcp"
],
"env": {
"ZKSHARE_API_KEY": "<your-zkshare_api_key>",
"ZKSHARE_API_URL": "https://zkshare.io"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y zkshare-mcp§02 Environment variables
ZKSHARE_API_KEYrequiredsecret
ZKshare API key (zk_live_…). Create one at zkshare.io/api-key — required for POST /api/v1/context.
ZKSHARE_API_URLAPI origin including scheme; omit for production (https://zkshare.io). Use http://localhost:3000 only when self-hosting.
§03 MCP Quality Score · methodology
freshness
25
completeness
25
installability
25
documentation
15
stability
10
§04 Alternatives in Cloud Storage
ai.aliengiraffe/spotdb
ai.aliengiraffe/spotdb
Ephemeral data sandbox for AI workflows with guardrails and security
ai.smithery/STUzhy-py_execute_mcp
ai.smithery/STUzhy-py_execute_mcp
Run Python code in a secure sandbox without local setup. Declare inline dependencies and execute s…
ai.smithery/flight505-mcp_dincoder
ai.smithery/flight505-mcp_dincoder
Driven Intent Negotiation — Contract-Oriented Deterministic Executable Runtime DinCoder brings the…