We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Jacobolevy/smartling-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Development files
api/
.env*
.git/
.github/
node_modules/
test/
# Deployment specific
vercel.json
fly.toml
render.yaml
railway.json
Dockerfile
deploy-vercel.sh
# Documentation
examples/
docs/
*.md
!README.md
# Config files
.eslintrc*
.prettierrc*
tsconfig.json
*.log
*.tmp
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# IDE
.vscode/
.idea/
*.swp
*.swo
# Build artifacts
dist/
build/
coverage/
# Backup files
*~
*.bak
*.backup