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
# Documentation and development files
docs/
*.md
\!README.md
\!CHANGELOG.md
.github/
scripts/
# Source and test files
src/
__tests__/
jest.config.cjs
tsconfig.json
tsconfig.test.json
# Development files
.vscode/
.idea/
*.sublime-*
# Environment and config files
.env
.env.*
claude_desktop_config.json
# Dollhouse specific
# personas/ # Include personas in npm package
claude.md
.claude/
CLAUDE.md
# Backup directories
dollhousemcp-backups/
backup-*/
# CI/Build artifacts
coverage/
.nyc_output/
*.log
*.tgz
# Development dependencies config
.editorconfig
.eslintrc*
.prettierrc*
# OS files
.DS_Store
Thumbs.db
# Git files
.gitignore
.gitattributes
# Keep only:
# - dist/
# - package.json
# - package-lock.json
# - README.md
# - LICENSE
# - CHANGELOG.md
EOF < /dev/null