We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adityajoshi12/fabric-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
env.template•728 B
# Hyperledger Fabric MCP Server Configuration
# Copy this file to .env and fill in your values
# Channel name
FABRIC_CHANNEL=mychannel
# Chaincode name
FABRIC_CHAINCODE=basic
# MSP ID for your organization
FABRIC_MSP_ID=Org1MSP
# Path to the wallet directory containing identities
FABRIC_WALLET_PATH=./wallet
# Path to the connection profile JSON file
FABRIC_CONNECTION_PROFILE=./connection-profile.json
# User ID for authentication
FABRIC_USER_ID=appUser
# Transport mode: "stdio" (default) or "http"
MCP_TRANSPORT=stdio
# HTTP server port (only used when MCP_TRANSPORT=http)
MCP_PORT=3000
# Wallet creation (for create-wallet script)
PRIVATE_KEY_PATH=./path/to/private.key
CERTIFICATE_PATH=./path/to/certificate.pem