We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bobmatnyc/mcp-memory-ts'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Ignore all dot files and directories by default
.*
!/.gitignore
!/.github
!/.gitattributes
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build output
dist/
build/
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
# Logs
logs
*.log
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
.nyc_output/
# Dependency directories
node_modules/
jspm_packages/
# Optional npm cache directory
.npm
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Test files
*.test.js
*.spec.js
# Temporary folders
tmp/
temp/
# Database files
*.db
*.sqlite
*.sqlite3
# Backup files
*.bak
*.backup
.vercel
# Temporary documentation and test files (should go in docs/)
*-SUMMARY.md
*-FIXES*.md
*test-*.sh
/TEST_*.md
/SECURITY_*.md
/CHANGELOG-*.md
/config-*.md
# Temporary test files (root level only - organized tests are in tests/)
/test-*.ts
/test-*.js
# Temporary files and test results
tmp/
test-results/
playwright-report/
# Backup files in project root
backup_*.tar.gz
# Added by Claude MPM /mpm-init
$RECYCLE.BIN/
*$py.class
*.cab
*.cache
*.cert
*.cover
*.crt
*.egg
*.egg-info/
*.key
*.lnk
*.manifest
*.mpm.tmp
*.msi
*.msm
*.msp
*.old
*.pem
*.py[cod]
*.pytest_cache
*.so
*.spec
*.sql
*.sublime-project
*.sublime-workspace
*.temp
*.tmp
.Python
.claude-mpm/*.log
.claude-mpm/cache/
.claude-mpm/logs/
.claude-mpm/sessions/
.claude-mpm/tmp/
.claude/cache/
.claude/sessions/
.conda/
.coverage
.coverage.*
.eggs/
.env.*
.hypothesis/
.kuzu-memory/
.mcp-vector-search/
.nox/
.project
.pydevproject
.pytest_cache/
.pytype/
.secrets/
.settings/
.tox/
.venv
.yarn/
Desktop.ini
ENV/
__pycache__/
_build/
backup/
backups/
conda-env/
coverage.xml
credentials/
develop-eggs/
docs/_build/
env.bak/
env/
htmlcov/
kuzu-memories/
logs/
pip-wheel-metadata/
site/
venv.bak/
venv/
virtualenv/
wheels/