Back to Home
DeepBlueCoding icon

mcp_replay_dota2

Verified Safe

by DeepBlueCoding

Overview

Dota 2 match analysis server for LLMs, providing deep insights into replay files, including pattern recognition, objective rotations, networth swings, and actionable coaching advice.

Installation

Run Command
docker run -p 8081:8081 dota2-mcp-server --transport sse

Environment Variables

  • PORT
  • PYTHONUNBUFFERED

Security Notes

The server primarily performs I/O operations (downloading and parsing replay files) and external API calls (OpenDota). File operations are restricted to designated replay and cache directories. There is no usage of 'eval' or other inherently dangerous patterns. External network calls carry standard risks (e.g., rate limits, API key management if implemented), but the code itself does not expose obvious vulnerabilities.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassHigh
Avg Tokens2500
Stars0
Forks0
Last Update2025-12-06

Tags

Dota 2Match AnalysisReplayCoachingLLMMCPOpenDotaGame Analytics