Initial commit: DreamTail MCP client
🎨 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 🦊
This commit is contained in:
18
claude_desktop_config.example.json
Executable file
18
claude_desktop_config.example.json
Executable file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user