We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/bnookala/mcp-emotional-support'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
.npmignore•348 B
# Source files are included, but we can exclude development files
*.log
.DS_Store
.vscode/
.idea/
*.swp
*.swo
# Test files (if we add them later)
test/
tests/
__tests__/
*.test.js
*.test.ts
*.spec.js
*.spec.ts
# Development config
.eslintrc*
.prettierrc*
nodemon.json
# Git
.git/
.gitignore
# Don't need these in published package
PUBLISHING.md