high-command-mcp
Verified Safeby surrealwolf
Overview
Provides an MCP server to access real-time Helldivers 2 game data via the High-Command API, exposing game status, planets, statistics, and more as callable tools.
Installation
make docker-runEnvironment Variables
- LOG_LEVEL
- HIGH_COMMAND_API_BASE_URL
- MCP_TRANSPORT
- ENVIRONMENT
- MCP_HOST
- MCP_PORT
- MCP_WORKERS
- X_SUPER_CLIENT
- X_SUPER_CONTACT
Security Notes
The project demonstrates robust security practices, including explicit HTTPS enforcement for production environments, non-root user execution, read-only root filesystem, and dropped capabilities in Kubernetes deployments. Environment variables are used for configuration, avoiding hardcoded secrets. Error messages are designed not to leak sensitive information. While the default development URL is HTTP, this is strictly validated against HTTPS for production.
Similar Servers
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
mcp-python-starter
A feature-complete Model Context Protocol (MCP) server template in Python for developing AI applications and agents.
ellymud
A Multi-User Dungeon (MUD) game server with support for Telnet, WebSocket, and a Model Context Protocol (MCP) for AI agent integration and programmatic control.
agents-mcp-usage
This repository demonstrates the integration of a Model Context Protocol (MCP) server with various AI agent frameworks, showcasing agent communication and operation within a shared context.