Skip to main content
Glama
.gitignore1.26 kB
# DiffuGen .gitignore # Made with ❤️ by CLOUDWERX LAB - "Digital Food for the Analog Soul" # Python virtual environment flux-mcp-env/ venv/ env/ ENV/ .env diffugen-env/ # Python bytecode __pycache__/ *.py[cod] *$py.class *.so .Python # Distribution / packaging dist/ build/ *.egg-info/ *.egg # Model files and weights (often large) *.ckpt *.safetensors *.bin *.pth *.onnx models/ # Generated content outputs/ results/ generated/ samples/ output/ # Logs and databases *.log *.sqlite *.db logs/ # IDE specific files .idea/ .vscode/ *.swp *.swo .DS_Store .project .pydevproject .settings/ # Jupyter Notebook .ipynb_checkpoints # Environment configuration .env .env.local .env.development.local .env.test.local .env.production.local # Temporary files tmp/ temp/ .tmp/ .temp/ # User-specific configuration config.local.json security_config.json user_preferences.json # Dependency directories node_modules/ jspm_packages/ # Coverage reports htmlcov/ .tox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover # Backup files *.bak *~ outputs/ diffugen_env/ stable-diffusion.cpp/ .cursor/ .docs/ diffugen_debug.log diffugen_openapi.log tests/ # Don't exclude our tests directory tests/__pycache__/ run_tests.sh test.yml .rate_limit_cache/

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CLOUDWERX-DEV/DiffuGen'

If you have feedback or need assistance with the MCP directory API, please join our Discord server