Enables AI assistants to interact with Hyperledger Fabric blockchain networks, supporting chaincode queries and invocations, block and transaction retrieval, chaincode lifecycle management, and channel operations.
Install from
M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.
process.env. You'll be asked to provide them before it can run.CERTIFICATE_PATH— export =./path/to/cert.pemFABRIC_CHAINCODE— "": "basic",FABRIC_CHANNEL— "": "mychannel",FABRIC_CONNECTION_PROFILE— ./connection-profile.jsonFABRIC_MSP_ID— "": "Org1MSP",FABRIC_USER_ID— "": "appUser"FABRIC_WALLET_PATH— "": "/path/to/wallet",MCP_PORT— 3000 # HTTP port (only used when MCP_TRANSPORT=http)MCP_TRANSPORT— stdio # "stdio" or "http"PRIVATE_KEY_PATH— export =./path/to/private.key[](https://m8ven.ai/mcp/adityajoshi12-fabric-mcp-server-sa9mzb)