Skip to main content
Glama
package.json1.11 kB
{ "name": "gemini-imagen4", "version": "1.0.0", "description": "🎨 AI Image Generation MCP Server powered by Google's Imagen 4.0 models", "main": "src/index.ts", "module": "src/index.ts", "type": "module", "bin": { "gemini-imagen4": "./bin/gemini-imagen4.js" }, "scripts": { "start": "npx @smithery/cli start", "build": "tsc", "dev": "npx @smithery/cli dev", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "imagen", "google", "ai", "image-generation", "model-context-protocol", "smithery", "claude" ], "author": "chug2k", "license": "MIT", "homepage": "https://github.com/chug2k/gemini-imagen4#readme", "repository": { "type": "git", "url": "https://github.com/chug2k/gemini-imagen4.git" }, "bugs": { "url": "https://github.com/chug2k/gemini-imagen4/issues" }, "dependencies": { "@google/genai": "^1.13.0", "@modelcontextprotocol/sdk": "^1.12.1", "@smithery/sdk": "^1.5.5", "zod": "^3.25.46" }, "devDependencies": { "@smithery/cli": "^1.2.4", "tsx": "^4.19.4", "typescript": "^5.0.0" }, "engines": { "node": ">=18.0.0" } }

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/chug2k/gemini-imagen4'

If you have feedback or need assistance with the MCP directory API, please join our Discord server