We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/UpstageAI/mcp-upstage-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files
src/
*.ts
tsconfig.json
# Development
.env
.env.local
.env.*.local
jest.config.js
.eslintrc.*
prettier.config.*
# IDE
.vscode/
.idea/
*.swp
*.swo
# Logs
logs/
*.log
# Test files
**/*.test.*
**/*.spec.*
coverage/
.nyc_output/
# Git
.git/
.gitignore
# CI/CD
.github/
.travis.yml
.circleci/
# Documentation (keep README.md)
docs/
*.md
!README.md
# Temporary files
tmp/
temp/
*.tmp
.DS_Store
# Node modules (already handled by default)
node_modules/