🎨 MCP integration for DreamTail (SDXL on Jetson Orin) - dreamtail_generate: Create images with prompts - dreamtail_get_info: Get last generated image path - Inline display support for Claude Desktop - Configurable JPEG quality and download directory Built with love for the hardware dragon 🦊
19 lines
480 B
JSON
Executable File
19 lines
480 B
JSON
Executable File
{
|
|
"mcpServers": {
|
|
"dreamtail": {
|
|
"command": "python3",
|
|
"args": [
|
|
"/home/alex/Projects/dreamtail-mcp/dreamtail_mcp.py"
|
|
],
|
|
"env": {
|
|
"DREAMTAIL_BASE_URL": "http://192.168.50.30:8765",
|
|
"DREAMTAIL_DOWNLOAD_DIR": "/Users/yourname/Pictures/dreamtail",
|
|
"DREAMTAIL_FORMAT": "jpeg",
|
|
"DREAMTAIL_JPEG_QUALITY": "95",
|
|
"DREAMTAIL_INLINE_DISPLAY": "true",
|
|
"DREAMTAIL_INLINE_QUALITY": "85"
|
|
}
|
|
}
|
|
}
|
|
}
|