We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/roomi-fields/notebooklm-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Git
.git
.gitignore
# Dependencies (will be installed in container)
node_modules
# Source files (only dist is needed)
src
*.ts
tsconfig*.json
# Tests
tests
*.test.ts
*.test.js
jest.config.*
coverage
# Development files
.env
.env.*
*.log
*.md
!README.md
# IDE/Editor
.vscode
.idea
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Build artifacts not needed
*.tsbuildinfo
# Documentation (optional in container)
docs
deployment
# Local data (should be mounted as volume)
library.json
*.enc.json
# Claude/development specific
.claude
scripts/*.ps1
*.output
# Husky hooks
.husky