We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/quanticsoul4772/mcp-server-win-cli'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.gitattributes•443 B
# Exclude generated/compiled files from GitHub language statistics
dist/** linguist-generated=true
# Mark vendored files
node_modules/** linguist-vendored=true
# Ensure proper line endings
*.ts text eol=lf
*.js text eol=lf
*.json text eol=lf
*.md text eol=lf
# Mark documentation
*.md linguist-documentation=true
README.md linguist-documentation=false
# Mark configuration files as vendored/generated
jest.config.js linguist-vendored=true