Skip to content
v3.18.0Apache-2.0

Google Cloud genmedia MCP servers bundled as launchable MCP servers. Currently wires the Nanobanana image-generation server; the remaining genmedia servers will be added.

MCP servers

Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.

nanobananastdio
{
  "type": "stdio",
  "command": "./bin/genmedia-launch",
  "args": [
    "mcp-nanobanana-go",
    "--transport",
    "stdio"
  ],
  "env": {
    "GENMEDIA_RELEASE_TAG": "v3.18.0",
    "GENMEDIA_CACHE": "${PLUGIN_DATA}/bin"
  },
  "cwd": "${PLUGIN_ROOT}"
}

What this package declares

The files a client reads when it loads this plugin, exactly as this revision carries them.

{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "genmedia",
  "version": "3.18.0",
  "description": "Google Cloud genmedia MCP servers bundled as launchable MCP servers. Currently wires the Nanobanana image-generation server; the remaining genmedia servers will be added.",
  "author": {
    "name": "ghchinoy",
    "url": "https://github.com/ghchinoy"
  },
  "homepage": "https://github.com/GoogleCloudPlatform/vertex-ai-creative-studio/tree/main/experiments/agent_tools/plugins/genmedia",
  "repository": "https://github.com/GoogleCloudPlatform/vertex-ai-creative-studio",
  "license": "Apache-2.0",
  "keywords": ["genmedia", "mcp", "nanobanana", "image-generation", "gemini", "vertex-ai"]
}