Skip to main content
Glama
__init__.py456 B
""" Banana Image MCP Server - AI-powered image generation and editing via Gemini. A production-ready Model Context Protocol server built with FastMCP. """ __version__ = "0.1.2" __author__ = "Wenliang Zeng" __email__ = "wenliang_zeng416@163.com" __description__ = "A production-ready MCP server for AI-powered image generation using Gemini" from .server import create_app, create_wrapper_app, main __all__ = ["create_app", "create_wrapper_app", "main"]

Latest Blog Posts

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/zengwenliang416/banana-image-mcp'

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