Skip to main content
Glama

OpenDota MCP Server

setup_env.sh512 B
#!/bin/bash SCRIPT_DIR=$(dirname "$0") source "$SCRIPT_DIR/utils.sh" # Create a virtual environment if it doesn't exist if [ ! -d ".venv" ]; then log "Creating virtual environment..." python3 -m venv .venv fi source .venv/bin/activate log "Installing package tools..." pip install --upgrade pip setuptools wheel log "Installing dependencies..." pip install uv uv pip install -r pyproject.toml --extra dev source .venv/bin/activate log "Environment setup complete. Virtual environment is activated!"

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/asusevski/opendota-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server