We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/DollhouseMCP/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Dependencies
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Build outputs
dist/
build/
*.tsbuildinfo
# Generated files
src/generated/
# Environment files
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
test/e2e/.env.test.local
# Docker environment files (user-specific configs)
# The .example files should be committed as templates
docker/test-environment.env
docker/*.env
!docker/*.env.example
# Scripts with credentials (should use environment variables)
scripts/validation/run-sync-test-with-pat.sh
# IDE files
.vscode/
.idea/
*.swp
*.swo
.obsidian/
# Personal development notes (user-specific workflow docs)
dev-notes/
# OS files
.DS_Store
Thumbs.db
# Test coverage
coverage/
test/coverage/
test/coverage-integration/
*.lcov
# Test results
test-results/
# Integration test temporary files
.test-tmp/
# Performance test temp directories
test/temp/*/
# Logs
logs/
*.log
# Runtime data
pids/
*.pid
*.seed
*.pid.lock
# Temporary files
tmp/
temp/
# QA test results and metrics (generated during testing)
docs/QA/qa-*-test-results-*.json
docs/QA/qa-*-results-*.json
docs/QA/metrics/qa-metrics-*.json
docs/QA/agent-reports/*.json
# Development and testing
test-personas/
# __tests__/ # Tests should be tracked in version control
jest.config.js
# Docker (optional - comment out if you want to include Docker files)
# Dockerfile
# docker-compose.yml
# .dockerignore
# Windows installer (keep the shell script, ignore PowerShell for now)
install.ps1
# Security audit reports (keep private)
.security-audit/
# QA test output files (generated, not source code)
docs/QA/*-test-results-*.json
docs/QA/simple-test-results-*.json
docs/QA/qa-test-results-*.json
docs/QA/qa-direct-test-results-*.json
docs/QA/qa-github-integration-*.json
docs/QA/agent-reports/*-Results.json
# SonarCloud analysis files
sonarcloud-issues.json
sonarcloud-analysis.json
sonarcloud_issues_summary.json
temp_sonar.json
*.sonar.json
.scannerwork/
# Temporary SonarCloud utility scripts
mark-*.sh
hotspots.json
# PostHog configuration (may contain sensitive keys)
posthog.config.js
.env.production