We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/QiPanTanYi/mysql-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# 环境变量(包含敏感信息)
.env
# 依赖
node_modules/
dist/
build/
# 日志
logs/
*.log
npm-debug.log*
# IDE
.vscode/
.idea/
*.swp
*.swo
# 操作系统
.DS_Store
Thumbs.db
# 测试覆盖率
coverage/
.nyc_output/
# 临时文件
*.tmp
*.temp