We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gvaibhav/TAM-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*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
*.lcov
# nyc test coverage
.nyc_output
# Build outputs
dist/
build/
*.tsbuildinfo
# Runtime data
*.log
logs/
*.cache
# Environment variables
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Temporary files
*.tmp
*.temp
temp/
tmp/
# Data files
data/
*.db
*.sqlite
*.sqlite3
# Config files with secrets
config/production.json
config/secrets.json
# Cache files
.cache_data/
# Internal development files (not for public release)
doc/archive/
doc/reports/*-INTERNAL.md
tests/scripts/test-manual-*.mjs
tests/scripts/test-debug-*.mjs
# Development artifacts
*.local.mjs
*.dev.mjs
*.internal.md
*-INTERNAL.*
*-DEBUG.*
# Backup files
*.bak
*.backup
*~
# Temporary test files (should be in tests/ directory structure)
test-*.mjs
test-*.js
test-*.json
debug-*.mjs
debug-*.js
*-temp.*
*-tmp.*
# Prevent any test files in root that belong in tests/ directory
/test*
!/tests/