We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Kashyap-AI-ML-Solutions/webex-messaging-mcp-server'
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*
# Environment files (will be passed as env vars)
.env
.env.local
.env.development
.env.test
.env.production
# Git
.git
.gitignore
# Documentation
README.md
SETUP-COMPLETE.md
*.md
# IDE and editor files
.vscode
.idea
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Test files
test-*.js
*.test.js
*.spec.js
# Scripts (not needed in container)
scripts/
# Logs
logs
*.log
# Coverage directory used by tools like istanbul
coverage
# Temporary folders
tmp/
temp/