We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ericlistin/sound-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# dependencies
/node_modules
/.pnp
.pnp.js
# Database
*.db
# testing
/coverage
# storybook
storybook-static
*storybook.log
# playwright
/test-results/
/playwright-report/
/playwright/.cache/
# next.js
/.next
/out
# cache
.swc/
# production
/build
# misc
.DS_Store
*.pem
Thumbs.db
# debug
npm-debug.log*
pnpm-debug.log*
yarn-debug.log*
yarn-error.log*
# local env files
.env*.local
# Sentry Config File
.env.sentry-build-plugin
# local folder
local
# vercel
.vercel