We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jezweb/rezdy-agent-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build output
build/
dist/
# Development files
src/**/*.test.ts
src/**/*.spec.ts
*.test.js
*.spec.js
# Documentation
*.md
docs/
# Git
.git/
.gitignore
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
# Coverage
coverage/
# TypeScript
*.tsbuildinfo
# Docker
Dockerfile
docker-compose.yml
.dockerignore