We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ChiR24/Unreal_mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git
.git
.gitignore
# Node modules
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# TypeScript build output (will be built in Docker)
dist
# Development files
.env
.env.local
.env.development
.env.test
# IDE
.vscode
.idea
*.swp
*.swo
*.swn
.DS_Store
# Testing
coverage
.nyc_output
*.test.ts
*.spec.ts
# Documentation
README.md
CONTRIBUTING.md
CHANGELOG.md
LICENSE
# Docker
Dockerfile
.dockerignore
docker-compose*.yml
# CI/CD
.github
.gitlab-ci.yml
.travis.yml
# Logs
logs
*.log
# Temporary files
tmp
temp
*.tmp