We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/drewburchfield/help-scout-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Build scripts intentionally use sync operations for sequential execution
scripts/build-dxt.js:no-sync-file-operations
scripts/bump-version.cjs:no-sync-file-operations
# Build scripts need console output for user feedback
scripts/build-dxt.js:no-console-log-production
# Test files are allowed to have simpler async patterns
src/__tests__/**/*:require-error-handling-async
# DXT validation tests require sync file operations for validation
src/__tests__/dxt-validation.test.ts:no-sync-file-operations