We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/houtini-ai/lm'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# CRITICAL: Protect proprietary templates from being committed
src/templates/
src/templates/plugin-template.ts
# Dependencies
node_modules/
# Build output
dist/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Logs
logs/
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Environment
.env
.env.local
.env.*.local
# Test coverage
coverage/
.nyc_output/
# Temporary files
tmp/
temp/
*.tmp
test-v3-quick.mjs
# Development/handover documentation
DEVELOPER_HANDOVER.md
PLUGIN_DEVELOPMENT_GUIDE.md
docs/DEVELOPER_GUIDE_v2.md
# Template files (proprietary)
RELEASE_NOTES_v*.md
IMPLEMENTATION_*.md
UPGRADE_SUMMARY.md
ENHANCED_*_GUIDE.md
ENHANCED_*_SUMMARY.md
COMPLETE_INTEGRATION_GUIDE.md
SECURITY_AUDIT.md
CORRECTED_CONFIG_AND_USAGE.md
QUICK_REFERENCE.md
HANDOVER_*.md
NPM_REVIEW_SUMMARY.md
CODE_REVIEW_PROMPT.md
COMPLETE_GUIDE.md
# Diagnostic output
diagnostic-report.json
# Development test files
test-enhanced*.mjs
test-v3-*.mjs
# Migration scripts
migrate-*.sh
# Backup directories
*-backup/
backup/
# Cleanup scripts
cleanup.*
# Build helper scripts
add-shebang.js
# Test files directory
test-files/
# Package files
*.tgz
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# TypeScript cache
*.tsbuildinfo
# Archived documentation
archive/
# Development files that shouldn't be in dist
dist/enhanced-index.js
dist/enhanced-index.d.ts
dist/enhanced-index.js.map
dist/enhanced-index.d.ts.map
dist/enhanced-integration-example.js
dist/enhanced-integration-example.d.ts
dist/enhanced-integration-example.js.map
dist/enhanced-integration-example.d.ts.map
dist/enhanced-prompts-helper.js
dist/enhanced-prompts-helper.d.ts
dist/enhanced-prompts-helper.js.map
dist/enhanced-prompts-helper.d.ts.map