We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/malindarathnayake/Overwatch-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.gitattributes•769 B
# Auto detect text files and normalize line endings to LF
* text=auto eol=lf
# Python
*.py text diff=python
*.pyi text diff=python
*.pyw text diff=python
# Config files
*.yaml text
*.yml text
*.toml text
*.json text
*.ini text
*.cfg text
*.conf text
# Shell scripts
*.sh text eol=lf
*.bash text eol=lf
# Windows scripts (keep CRLF)
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
# Docker
Dockerfile text
.dockerignore text
# Documentation
*.md text diff=markdown
*.txt text
*.rst text
# Data formats
*.csv text
*.tsv text
*.xml text
# Env files
.env* text
# Binary files
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.pdf binary
*.zip binary
*.gz binary
*.tar binary
*.whl binary
# Git/CI
.gitignore text
.gitattributes text