We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/netlify/netlify-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
deno.lock
log.txt
# Dependency directories
node_modules/
# Build outputs
dist/
build/
# Netlify specific
.netlify/
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
# nyc test coverage
.nyc_output
# Cache directories
.npm
.eslintcache
.cache
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variable files
.env*
# Mac files
.DS_Store
# IDE specific files
.idea/
.vscode/
*.swp
*.swo