ZKProof
БесплатноНе проверенEnables privacy-preserving computations with zero-knowledge proofs for verifying claims like age requirements without revealing sensitive personal data
Описание
Enables privacy-preserving computations with zero-knowledge proofs for verifying claims like age requirements without revealing sensitive personal data
README
A Model Context Protocol (MCP) server for zero-knowledge proofs using circom. This repository provides tools for building circuits, performing trusted setup, generating proofs, and verifying proofs.
Repository Structure
server/: The MCP server implementationexamples/: Example use cases for zero-knowledge proofsage-verification/: An example that demonstrates how to verify a person's age without revealing their birth date
Installation
Server Installation
Clone this repository:
git clone https://github.com/yourusername/zkMCP.git cd zkMCP/serverInstall dependencies:
npm installBuild the server:
npm run buildAdd the server to your MCP settings configuration file:
{ "mcpServers": { "zkproof": { "command": "node", "args": ["/path/to/zkMCP/server/build/index.js"], "env": { "ZKINTRO_DIR": "/path/to/circom/projects" }, "disabled": false, "autoApprove": [] } } }
Prerequisites
- Node.js (v14 or later)
- circom (v2.0.0 or later)
- snarkjs
Usage
Once the server is installed and configured, you can use it to:
- Build circuits from Circom files
- Perform trusted setup for circuits
- Generate proofs for circuits
- Verify proofs
See the server README for detailed usage instructions.
Examples
Age Verification
The age verification example demonstrates how to use zero-knowledge proofs to verify that a person is above a certain age without revealing their actual birth date.
See the age verification README for more details.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
License
This project is licensed under the MIT License - see the LICENSE file for details.
Установка ZKProof
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/opencolin/zkpmcpFAQ
ZKProof MCP бесплатный?
Да, ZKProof MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для ZKProof?
Нет, ZKProof работает без API-ключей и переменных окружения.
ZKProof — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить ZKProof в Claude Desktop, Claude Code или Cursor?
Открой ZKProof на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare ZKProof with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
