We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/darekrossman/contentstack-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
src/
.env
.env.*
# Config files
biome.json
tsconfig.json
# Assets / Images (if not needed in package)
assets/
# Git
.git/
.gitignore
# Node modules (npm handles this, but good to be explicit)
node_modules/
# Build artifacts from other processes (if any)
# e.g. coverage/
# OS generated files
.DS_Store
Thumbs.db