We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/adrielisa/MCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Source files
*.ts
!*.d.ts
tsconfig.json
# Development files
.env
.env.local
.env.*.local
# Build tools
node_modules/
.git/
.gitignore
# IDE
.vscode/
.idea/
# Testing
test/
tests/
*.test.*
*.spec.*
# Documentation (except README)
docs/
RESUMEN_IMPLEMENTACION.md
# Misc
*.log
.DS_Store
Thumbs.db