We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sandsiv/data_narrator_mcp'
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*
# Runtime data
pids
*.pid
*.seed
*.pid.lock
# Coverage directory used by tools like istanbul
coverage/
*.lcov
# nyc test coverage
.nyc_output
# Dependency directories
jspm_packages/
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
.env.test
.env.production
.env.local
# IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
ENV/
.venv/
pip-log.txt
pip-delete-this-directory.txt
# Logs
logs/
*.log
mcp_server_debug.log
# Distribution / packaging
dist/
build/
*.egg-info/
# Session files (if any are accidentally created)
*.session
# Test files
test-session-*
# Temporary files
*.tmp
*.temp
# Development files
debug_*.py
*_debug.py
# Configuration files (keep templates)
config/.env
!config/.env.example
# Pytest cache
.pytest_cache/
# MyPy cache
.mypy_cache/
# Coverage reports
htmlcov/
.coverage
.coverage.*
# Jupyter Notebook checkpoints
.ipynb_checkpoints
# Redis dump files
dump.rdb
# Local development overrides
docker-compose.override.yml