#!/bin/bash
cd "$(dirname "$0")"
# Load environment variables from .env if it exists
if [ -f .env ]; then
set -o allexport
source .env
set +o allexport
fi
exec uv run python -m image_gen_mcp.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/lansespirit/gpt-image-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server