Skip to main content
Glama

Image Generator MCP Server

from . import server import asyncio import sys def main(): """Main entry point for the package.""" try: asyncio.run(server.main()) except KeyboardInterrupt: print("Server stopped by user.", file=sys.stderr) except Exception as e: import traceback print(f"Error running server: {str(e)}", file=sys.stderr) print(traceback.format_exc(), file=sys.stderr) sys.exit(1) # Optionally expose other important items at package level __all__ = ['main', 'server']

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/rmcendarfer2017/MCP-image-gen'

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