We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Digital-Defiance/mcp-process'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files
src/
*.ts
!*.d.ts
# Test files
**/*.spec.ts
**/*.test.ts
**/*.spec.js
**/*.test.js
test-output/
coverage/
jest.config.*
.spec.swcrc
# Build artifacts
*.tsbuildinfo
tsconfig.*.json
tsconfig.json
# Development files
.vscode/
.idea/
*.log
node_modules/
.DS_Store
.env
.env.*
# CI/CD
.github/
.gitlab-ci.yml
.travis.yml
# Documentation (keep README, LICENSE, and Docker docs)
*.md
!README.md
!LICENSE
!DOCKER.md
!SECURITY.md
# Git
.git/
.gitignore
.gitattributes