We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/EricA1019/CTS_MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Node modules (will be installed during build)
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build output (will be created during build)
build/
dist/
# Tests
**/__tests__/
**/*.test.ts
**/*.test.js
coverage/
jest.config.js
# Development files
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Git
.git/
.gitignore
.github/
# Documentation (not needed in container)
docs/
benchmarks/
*.md
!README.md
!CHANGELOG.md
# CI/CD
.github/workflows/
# TypeScript
tsconfig.json
src/
# Logs
logs/
*.log
# Environment
.env
.env.local
.env.*.local
# Temporary files
tmp/
temp/
*.tmp
# IDE
.vscode/
.idea/
*.sublime-*
# OS
.DS_Store
Thumbs.db