We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jordanburke/reddit-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Node modules
node_modules
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
# Build output
dist/
build/
*.log
# Environment files
.env
.env.local
.env.*.local
# IDE files
.idea
.vscode
*.swp
*.swo
*~
# OS files
.DS_Store
Thumbs.db
# Git
.git
.gitignore
# Documentation
*.md
!README.md
# Testing
coverage
.nyc_output
*.test.ts
*.spec.ts
__tests__
test/
# Development files
.eslintrc*
.prettierrc*
tsconfig.json
vitest.config.ts
eslint.config.js
# CI/CD
.github
.gitlab-ci.yml
.travis.yml
# Temporary files
tmp/
temp/