Open-Ledger-MCP-Server

Official
# Server Configuration PORT=8080 NODE_ENV=development # OpenLedger API Configuration OPENLEDGER_API_URL=http://localhost:8081 OPENLEDGER_API_KEY=your_api_key_here # MCP Configuration MCP_VERSION=1.0.0 MCP_MAX_CONTEXT_SIZE=100000 # Logging LOG_LEVEL=info # Security JWT_SECRET=your_jwt_secret_here JWT_EXPIRATION=1d