We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/zhiwei5576/excel-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# 开发环境
.git
.gitignore
.history
.vscode
.idea
*.swp
.DS_Store
# 依赖目录
node_modules
npm-debug.log
yarn-debug.log
yarn-error.log
# 环境配置
.env
.env.*
*.local
# 日志文件
logs
*.log
# 构建输出
dist
build
coverage
# 文档
docs
*.md
!README.md
# 测试文件
__tests__
test
tests