braiins-os-mcp-server
Verified Safeby Ryno-Crypto-Mining-Services
Overview
AI-assisted management and monitoring of Braiins OS ASIC mining operations via Model Context Protocol (MCP), enabling AI agents like Claude to interact with miner firmware.
Installation
npm run devEnvironment Variables
- NODE_ENV
- PORT
- TRANSPORT
- LOG_LEVEL
- REDIS_ENABLED
- REDIS_HOST
- REDIS_PORT
- REDIS_PASSWORD
- GRPC_DEFAULT_HOST
- GRPC_DEFAULT_PORT
- GRPC_USE_TLS
- JWT_SECRET
- JWT_EXPIRY
- OAUTH_CLIENT_ID
- OAUTH_CLIENT_SECRET
- RATE_LIMIT_REQUESTS
- RATE_LIMIT_WINDOW_MS
Security Notes
The project demonstrates strong intent and implementation of security best practices, including TLS 1.3 for transport, JWT for authentication, role-based access control (RBAC), AES-256 encryption for data at rest, comprehensive audit logging, and masking of sensitive data in logs. It also uses `helmet` for HTTP security. However, internal documentation (PRODUCTION_READINESS_CHECKLIST.md) indicates the OWASP Top 10 security audit is 0% executed, suggesting formal verification and hardening is still in progress. No critical immediate vulnerabilities (e.g., 'eval', hardcoded critical secrets) were found.
Similar Servers
evm-mcp-server
Enables AI agents to interact with 60+ EVM-compatible blockchains, perform transactions, query data, and interact with smart contracts via a unified Model Context Protocol (MCP) interface.
mcp-framework
A Rust framework for building AI agents with built-in Model Context Protocol (MCP) support, multi-LLM integration, and a web-based inspector for debugging.
kukapay-mcp-servers
Aggregates real-time cryptocurrency and blockchain data for AI agents and developers, spanning DeFi, trading, market analytics, and Web3 services.
claude-faf-mcp
Optimizes AI understanding of software projects by providing persistent context, fixing context-drift, and enabling bi-directional synchronization between project metadata and AI documentation.