We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/yaniv-golan/mcp-bash-framework'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.gitattributes•514 B
# Force LF line endings for all text files to ensure consistent behavior
# across platforms, especially on Windows where Git may auto-convert to CRLF.
* text=auto eol=lf
# Explicitly mark shell scripts and JSON as text with LF endings
*.sh text eol=lf
*.bash text eol=lf
*.json text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.txt text eol=lf
# Binary files - don't touch
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary
*.ico binary
*.svg binary
*.tar binary
*.tar.gz binary
*.zip binary