We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/profullstack/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
pnpm-lock.yaml
package-lock.json
yarn.lock
# Build outputs
dist/
build/
.output/
# Testing
coverage/
.nyc_output/
test-db.js
# Development files
.eslintcache
.mocharc.json
eslint.config.js
.eslintrc.json
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Environment files
.env
.env.*
!.env.example
# IDE files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Temporary files
*.tmp
*.temp
.temp/
tmp/