We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/8b-is/smart-tree'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
# Built DXT package
smart-tree.dxt
# Downloaded binaries
server/st
server/st.exe
# Update marker
server/.update-available
# Node modules (if any)
node_modules/
.cursorrules
.cursor/rules
# === CommonIgnores Added by Hue & Aye ===
# Environment & Secrets
.env
.env.local
.env.*.local
.key
*.key
*.pem
credentials.json
secrets.json
# Python
.venv
venv/
__pycache__/
*.pyc
*.pyo
*.egg-info/
.pytest_cache/
.coverage
htmlcov/
# Rust
target/
Cargo.lock
# Node/JavaScript
node_modules/
dist/
build/
.next/
.nuxt/
.cache/
# IDE
.idea/
.vscode/
*.swp
*.swo
*~
.DS_Store
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*