We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/vyb1ng/plex-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Test files
tests/
*.test.js
jest.config.js
# Development files
.env
.env.example
.env.local
.env.development
.env.test
.env.production
# Editor files
.vscode/
.idea/
*.swp
*.swo
# OS files
.DS_Store
Thumbs.db
# Git files
.git/
.gitignore
# Documentation (if you want to exclude)
README.txt
# Node modules (usually already excluded)
node_modules/
# Coverage reports
coverage/