We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Raistlin82/btp-sap-odata-to-mcp-server-optimized'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# NPM publish ignore file
.mcpregistry_github_token
.mcpregistry_registry_token
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Build output
dist/
build/
*.tsbuildinfo
*.map
# Environment files
.env
.env.*
!.env.example
default-env.json
!example-default-env.json
# Cloud Foundry / SAP BTP
mta_archives/
mta-op-*/
resources/
*.mtar
# IDE and Editor
.vscode/
.idea/
*.swp
*.swo
*~
*.sublime-*
.project
.classpath
# OS Files
.DS_Store
Thumbs.db
Desktop.ini
# Logs
logs/
*.log
lerna-debug.log*
.pnpm-debug.log*
# Testing
coverage/
.nyc_output/
*.lcov
# Temporary files
.tmp/
tmp/
temp/
*.tmp
*.temp
*.pid
*.seed
*.pid.lock
# Cache
.cache/
.eslintcache
.parcel-cache
.turbo
# Session files
sessions/
*.session
# Claude Code
.claude/
# Backups
*.backup
*.bak
# Archives
*.zip
*.tar.gz
*.rar
# Private keys and certificates
*.pem
*.key
*.cert
*.p12
*.pfx
# Local development
local/
scratch/
work/
# Node.js specific
.npm
.node_repl_history
# Package manager locks (optionally)
# Uncomment if you want to ignore lock files
# package-lock.json
# yarn.lock
# pnpm-lock.yaml