Skip to content

v0.1.0

Choose a tag to compare

@vernu vernu released this 13 Aug 10:36
· 6 commits to main since this release

First public release.

A stdio MCP server that generates and edits images with Google Gemini and OpenAI image models, using your own API keys. Files land directly in your project where your agent can read them and iterate.

claude mcp add image-gen --scope user \
  --env GEMINI_API_KEY=your-key \
  -- npx -y @nuver-labs/image-gen-mcp

Three tools: generate_image, edit_image, list_capabilities. See the README for the full argument reference, the environment variables, and the security threat model.

Published by hand, before the release workflow was live. Every release after this one is built and signed by GitHub Actions.