We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/tamu960925/mcp-redmine'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.dockerignore•836 B
# Node modules - will be installed in container
node_modules
# Test files only
**/*.test.ts
**/*.test.js
**/__tests__/**
# Git and version control
.git
.gitignore
.github
# Documentation
*.md
docs
# IDE and editor files
.vscode
.idea
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Coverage directory used by tools like istanbul
coverage
# Environment files (these should be provided at runtime)
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Temporary files
tmp
temp
# Build artifacts that will be generated in container
dist
# Docker files themselves
Dockerfile
.dockerignore
docker-compose.yml
docker-compose.yaml
# CI/CD files
.github
.gitlab-ci.yml
Jenkinsfile