Skip to main content
Glama

OpenDota MCP Server

utils.sh317 B
print_with_color() { local color_code=$1 local message=$2 local line=$(printf '%*s' "${#message}" '' | tr ' ' '-') echo "$line" echo -e "\033[${color_code}m${message}\033[0m" echo "$line" } log() { # green print_with_color 32 "$1" } error() { # red print_with_color 31 "$1" }

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