Back to Home
surrealwolf icon

high-command-mcp

Verified Safe

by 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

Run Command
make docker-run

Environment 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

Stats

Interest Score30
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars1
Forks0
Last Update2026-01-12

Tags

MCPHelldivers 2API IntegrationPythonAsynchronous