We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/abhinv98/postgre-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Node.js dependencies
node_modules/
package-lock.json
yarn.lock
# TypeScript build output
dist/
*.tsbuildinfo
# Environment files
.env
.env.local
.env.*.local
# Apify storage
apify_storage/
storage/
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# OS files
Thumbs.db
.DS_Store
# Test coverage
coverage/
.nyc_output/
# Temporary files
*.tmp
*.temp
.cache/
# Build artifacts
build/