fhevm

GitHub

FHEVM, a full-stack framework for integrating Fully Homomorphic Encryption (FHE) with blockchain applications

25,077 stars Rust #blockchain#fhe#privacy
RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "fhevm": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-fhevm"
      ]
    }
  }
}