We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lin037/mcp-diagnostics-trae'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# 依赖
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# 构建输出
dist/
build/
*.tsbuildinfo
# 环境变量
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# 编辑器
.vscode/
.idea/
*.swp
*.swo
*~
# 操作系统
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# 日志
logs/
*.log
# 临时文件
tmp/
temp/