Universe Imagine MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HOST | No | Listen address | 0.0.0.0 |
| PORT | No | MCP server port | 8003 |
| DB_PATH | No | SQLite database path | ./imagine.db |
| MODEL_VAE | No | VAE model filename | flux2_klein_vae.safetensors |
| MODEL_CLIP | No | CLIP model filename | Qwen3-4B-Q4_K_M.gguf |
| MODEL_UNET | No | UNet model filename | flux-2-klein-4b-fp8.safetensors |
| OUTPUT_DIR | No | ComfyUI output directory | ~/ComfyUI/output |
| COMFYUI_DIR | No | ComfyUI install directory | ~/ComfyUI |
| COMFYUI_URL | No | ComfyUI API URL | http://127.0.0.1:8188 |
| PUBLIC_URL_BASE | Yes | Public base URL for image serving (required) | |
| DESIGNER_MCP_TOKEN | Yes | Bearer token for MCP auth (required) | |
| DISCORD_WEBHOOK_URL | No | Discord webhook for generation notifications (optional) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/BAWES-Universe/universe-imagine-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server