We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Amanuel-1/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules
npm-debug.log
pnpm-debug.log
yarn-error.log
# Build output (will be built in container)
dist
# Development files
.vscode
.idea
*.swp
*.swo
*~
# Environment files
.env
.env.local
.env.*.local
# Testing
coverage
.nyc_output
*.test.ts
*.test.js
*.spec.ts
*.spec.js
# Documentation (optional - include if needed)
# *.md
# !README.md
# Git
.git
.gitignore
.gitattributes
# CI/CD
.github
.gitlab-ci.yml
.travis.yml
# OS files
.DS_Store
Thumbs.db
# Logs
logs
*.log
# Temporary files
tmp
temp
*.tmp
# TypeScript
*.tsbuildinfo
# Lock files (we'll copy them for dependency installation)
# pnpm-lock.yaml
# package-lock.json
# yarn.lock