We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wspringer/highs-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.gitattributes•422 B
# Ensure all text files use LF line endings
* text=auto eol=lf
# Explicitly declare text files
*.ts text eol=lf
*.js text eol=lf
*.mjs text eol=lf
*.json text eol=lf
*.md text eol=lf
*.yml text eol=lf
*.yaml text eol=lf
*.toml text eol=lf
# Declare files that will always have CRLF line endings on checkout (if any)
# *.bat text eol=crlf
# Binary files
*.wasm binary
*.png binary
*.jpg binary
*.jpeg binary
*.gif binary