We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/gander-tools/osm-tagging-schema-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git
.git/
.gitignore
.gitattributes
# CI/CD
.github/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
# Dependencies (will be installed in container)
node_modules/
# Build output (Note: dist/ is NOT excluded - it's provided by workflow)
# dist/ must be available for release builds (--target release, pre-built by workflow)
!dist/
build/
*.tsbuildinfo
# Test coverage
coverage/
.nyc_output/
# Tests (not needed in production image)
tests/
# Environment variables
.env
.env.*
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Documentation (not needed in production image)
*.md
LICENSE
# Docker files
Dockerfile*
.dockerignore
docker-compose*.yml