We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/markusl/alko-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.gitignore•552 B
# Dependencies
node_modules/
# Build output
dist/
# Environment files
.env
.env.local
.env.*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
npm-debug.log*
# Test coverage
coverage/
# Temporary files
tmp/
temp/
*.tmp
# Playwright
playwright-report/
test-results/
# Downloaded data
*.xlsx
*.xls
# Seed data cache (generated by npm run export-seed)
# This is a cache file derived from Alko's public price list
# Not committed to git, but included in Cloud Build deploys via .gcloudignore
data/seed-data.json