fabric (MCP Server)

GitHub

Hyperledger Fabric is an enterprise-grade permissioned distributed ledger framework for developing solutions and applications. Its modular and versatile design satisfies a broad range of industry use cases. It offers a unique approach to consensus that enables performance at scale while preserving privacy.

Claude Desktop Configuration

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

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