imagegen-go
If you are the rightful owner of imagegen-go and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
imagegen-go is an MCP server for image generation using OpenAI's DALL-E API.
The imagegen-go MCP server is designed to facilitate image generation through the Model Control Protocol (MCP) using OpenAI's DALL-E API. It is implemented in Go and requires Go version 1.23.5 or higher. The server communicates using JSON-RPC 2.0, allowing for seamless interaction between models and tools. Users can initialize the server, list available tools, generate images, and access resources through defined MCP methods. The server supports various testing scripts for debugging and interactive testing, ensuring robust performance and ease of use.
Features
- MCP Protocol: Utilizes JSON-RPC 2.0 for communication between models and tools.
- Image Generation: Leverages OpenAI's DALL-E API to generate images based on user prompts.
- Testing Scripts: Includes scripts for basic, detailed, interactive, and single request testing.
- Logging: Saves logs in a dedicated directory for easy access and analysis.
- Customizable: Allows setting image dimensions and destination paths for generated images.