68
/ 100
9 days ago
glama

Hyperledger Fabric MCP Server

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.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
⚠️
Known vulnerabilities in dependencies: 2 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configCERTIFICATE_PATHexport =./path/to/cert.pem
configFABRIC_CHAINCODE"": "basic",
configFABRIC_CHANNEL"": "mychannel",
configFABRIC_CONNECTION_PROFILE./connection-profile.json
configFABRIC_MSP_ID"": "Org1MSP",
configFABRIC_USER_ID"": "appUser"
configFABRIC_WALLET_PATH"": "/path/to/wallet",
configMCP_PORT3000 # HTTP port (only used when MCP_TRANSPORT=http)
configMCP_TRANSPORTstdio # "stdio" or "http"
configPRIVATE_KEY_PATHexport =./path/to/private.key
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 7 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/adityajoshi12-fabric-mcp-server-sa9mzb)](https://m8ven.ai/mcp/adityajoshi12-fabric-mcp-server-sa9mzb)
commit: 8ffb0e3939eb305c1f5a8e825ee4acc1a1df40ee
code hash: 4d622e4b741dd7b1320b3d0a58f19d49436b40779d207145ba154ab8703577ba
verified: 6/17/2026, 12:35:01 PM
view raw JSON →