We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Malove86/mcp-mysql-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# 依赖目录
node_modules/
# 编译输出
build/
dist/
# 环境变量
.env
.env.local
# 日志
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# 编辑器配置
.idea/
.vscode/
*.swp
*.swo
# 操作系统文件
.DS_Store
Thumbs.db