We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Nam088/mcp-database-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files
src/
*.ts
!*.d.ts
tsconfig.json
# Development files
.git/
.gitignore
*.log
.env
.DS_Store
*.tsbuildinfo
# Documentation (keep README.md, exclude .vi.md)
README.vi.md
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# Test files (if any)
test/
tests/
__tests__/
*.test.ts
*.spec.ts
# Build artifacts (keep dist/)
*.map