mcp_replay_dota2
Verified Safeby 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
docker run -p 8081:8081 dota2-mcp-server --transport sseEnvironment 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
mcp-server-elasticsearch
Enables AI clients to interact with Elasticsearch data through natural language conversations using the Model Context Protocol (MCP) by exposing a set of predefined tools.
mcp-server
Provides a Model Context Protocol (MCP) server for AI agents to search and retrieve curated documentation for the Strands Agents framework, facilitating AI coding assistance.
tmcp
Build Model Context Protocol (MCP) servers for AI agents, providing schema-agnostic tools, resources, and prompts, with optional OAuth 2.1 authentication and distributed session management.
easy-code-reader
Provides a Model Context Protocol (MCP) server for AI assistants to intelligently read Java source code from local projects and Maven dependencies, supporting decompilation and multi-module analysis.