We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NocteDefensor/LudusMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Development and build files
node_modules/
.git/
.gitignore
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Dynamic content (downloaded from GitHub)
schemas/
base-configs/
# Build output (will be generated by prepare script)
dist/
# IDE and editor files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
Thumbs.db
# Testing files
test/
tests/
coverage/
*.test.js
*.test.ts
*.spec.js
*.spec.ts
jest.config.js
# Development configuration
.eslintrc.js
.prettierrc*
# Temporary files
.tmp/
temp/
*.tsbuildinfo
# Documentation (keep README.md and LICENSE)
docs/
wiki/
# Keep these files for source-only package:
# - src/ (TypeScript source)
# - package.json
# - package-lock.json
# - tsconfig.json (needed for compilation)
# - README.md
# - LICENSE