We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/code-alchemist01/Cloud-mcp_server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files
src/
*.ts
!*.d.ts
# Configuration
tsconfig.json
.gitignore
.npmignore
# Development
.vscode/
.idea/
*.swp
*.swo
# Testing
**/*.test.ts
**/*.spec.ts
coverage/
.nyc_output/
# Documentation
*.md
!README.md
# Environment
.env
.env.local
.env.*.local
*.pem
*.key
credentials.json
# Cloud credentials
.aws/
.azure/
.gcloud/
# Logs
*.log
npm-debug.log*
# Temporary
tmp/
temp/
*.tmp