ZKshare for Cursor
io.github.sp0oby/zkshare
ZKshare stdio MCP: store/prove/share, semantic search, sandbox proxy to HTTPS /api/v1/context.
client:Cursor
transport:stdio
runtime:npm
Install ZKshare in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"zkshare": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"zkshare-mcp"
],
"env": {
"ZKSHARE_API_KEY": "<ZKSHARE_API_KEY>",
"ZKSHARE_API_URL": "<ZKSHARE_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs