We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wizd/airylark-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# 依赖目录
node_modules/
# 构建输出
dist/
# 环境变量
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# 日志
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# 编辑器配置
.vscode/*
!.vscode/extensions.json
.idea/
*.iml
.DS_Store
# 测试覆盖率报告
coverage/
# 临时文件
tmp/
temp/