Skip to content

Raw values for Image Generation MCP Server

io.github.pvliesdonk/image-generation-mcp · Status: active

If you find your own account name here: write informally to German.saas@web.de, stating the identifier concerned. No reason has to be given. How to object

What the source declared verbatim, unchanged and uninterpreted. The derived values on the overview page are computed from these.

Evidence for this page: The values on this page come from several collections. Each row therefore states its own origin.

Raw values
Environment variables (raw)IMAGE_GENERATION_MCP_READ_ONLY, IMAGE_GENERATION_MCP_SCRATCH_DIR, IMAGE_GENERATION_MCP_DEFAULT_PROVIDER, IMAGE_GENERATION_MCP_OPENAI_API_KEY, IMAGE_GENERATION_MCP_SD_WEBUI_HOST, IMAGE_GENERATION_MCP_SD_WEBUI_MODEL, IMAGE_GENERATION_MCP_A1111_HOST, IMAGE_GENERATION_MCP_A1111_MODEL, FASTMCP_LOG_LEVEL, IMAGE_GENERATION_MCP_SERVER_NAME, IMAGE_GENERATION_MCP_INSTRUCTIONS, IMAGE_GENERATION_MCP_BEARER_TOKEN, IMAGE_GENERATION_MCP_AUTH_MODE, IMAGE_GENERATION_MCP_BASE_URL, IMAGE_GENERATION_MCP_OIDC_CONFIG_URL, IMAGE_GENERATION_MCP_OIDC_CLIENT_ID, IMAGE_GENERATION_MCP_OIDC_CLIENT_SECRET, IMAGE_GENERATION_MCP_OIDC_JWT_SIGNING_KEY, IMAGE_GENERATION_MCP_OIDC_AUDIENCE, IMAGE_GENERATION_MCP_OIDC_REQUIRED_SCOPES, IMAGE_GENERATION_MCP_OIDC_VERIFY_ACCESS_TOKEN, IMAGE_GENERATION_MCP_READ_ONLY, IMAGE_GENERATION_MCP_SCRATCH_DIR, IMAGE_GENERATION_MCP_DEFAULT_PROVIDER, IMAGE_GENERATION_MCP_OPENAI_API_KEY, IMAGE_GENERATION_MCP_SD_WEBUI_HOST, IMAGE_GENERATION_MCP_SD_WEBUI_MODEL, IMAGE_GENERATION_MCP_A1111_HOST, IMAGE_GENERATION_MCP_A1111_MODEL, FASTMCP_LOG_LEVEL, IMAGE_GENERATION_MCP_KV_STORE_URL, IMAGE_GENERATION_MCP_SERVER_NAME, IMAGE_GENERATION_MCP_INSTRUCTIONS, IMAGE_GENERATION_MCP_HTTP_PATH, IMAGE_GENERATION_MCP_EVENT_STORE_URL, PUID, PGID, IMAGE_GENERATION_MCP_BEARER_TOKEN, IMAGE_GENERATION_MCP_AUTH_MODE, IMAGE_GENERATION_MCP_BASE_URL, IMAGE_GENERATION_MCP_OIDC_CONFIG_URL, IMAGE_GENERATION_MCP_OIDC_CLIENT_ID, IMAGE_GENERATION_MCP_OIDC_CLIENT_SECRET, IMAGE_GENERATION_MCP_OIDC_JWT_SIGNING_KEY, IMAGE_GENERATION_MCP_OIDC_AUDIENCE, IMAGE_GENERATION_MCP_OIDC_REQUIRED_SCOPES, IMAGE_GENERATION_MCP_OIDC_VERIFY_ACCESS_TOKEN
Source: MCP-Register · collected on 2026-08-06 · self-declared
Required secret variables (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-06 · self-declared
Transports (raw)stdio, streamable-http
Source: MCP-Register · collected on 2026-08-06 · self-declared
Path arguments (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-06 · self-declared
Repository (raw)https://github.com/pvliesdonk/image-generation-mcp
Source: MCP-Register · collected on 2026-08-06 · self-declared
Package registries (raw)oci, pypi
Source: MCP-Register · collected on 2026-08-06 · self-declared
Required secret headers (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Path environment variables (raw)IMAGE_GENERATION_MCP_SCRATCH_DIR
Source: MCP-Register · collected on 2026-08-16 · self-declared
Remote URLs (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Remote hosts (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Registry status message (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
First listed in the registry (raw)2026-08-06
Source: MCP-Register · collected on 2026-08-16 · self-declared
Last changed in the registry (raw)2026-08-06
Source: MCP-Register · collected on 2026-08-16 · self-declared
Schema version of the raw record (raw)https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json
Source: MCP-Register · collected on 2026-08-16 · self-declared
Delivery form (raw)paket
Source: MCP-Register · collected on 2026-08-16 · self-declared
Repository platform (raw)github
Source: MCP-Register · collected on 2026-08-16 · self-declared
Repository subfolder (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared
Package identifiers (raw)ghcr.io/pvliesdonk/image-generation-mcp:v1.12.0, image-generation-mcp
Source: MCP-Register · collected on 2026-08-16 · self-declared
Package versions (raw)1.12.0
Source: MCP-Register · collected on 2026-08-16 · self-declared
Runtime hints (raw)uvx
Source: MCP-Register · collected on 2026-08-16 · self-declared
Environment variable formats (raw)boolean, filepath, number
Source: MCP-Register · collected on 2026-08-16 · self-declared
Environment variable descriptions (raw)FASTMCP_LOG_LEVEL=Log level for FastMCP internals; app loggers default to INFO, -v overrides both to DEBUG. · IMAGE_GENERATION_MCP_A1111_HOST=Deprecated — use SD_WEBUI_HOST instead. Accepted as fallback. · IMAGE_GENERATION_MCP_A1111_MODEL=Deprecated — use SD_WEBUI_MODEL instead. Accepted as fallback. · IMAGE_GENERATION_MCP_AUTH_MODE=OIDC auth mode: 'remote' (JWKS validation) or 'oidc-proxy' (OAuth proxy). Auto-detected if not set. · IMAGE_GENERATION_MCP_BASE_URL=Public base URL for OIDC redirects (e.g. https://mcp.example.com). Required for OIDC. · IMAGE_GENERATION_MCP_BEARER_TOKEN=Static bearer token for HTTP authentication. · IMAGE_GENERATION_MCP_DEFAULT_PROVIDER=Default provider selection: auto (keyword-based), openai, sd_webui, or placeholder. Deprecated alias 'a1111' is also accepted. · IMAGE_GENERATION_MCP_EVENT_STORE_URL=EventStore backend for SSE session resumability. file:///path (file-backed, survives restarts) or memory:// (in-process only, dev mode). · IMAGE_GENERATION_MCP_HTTP_PATH=HTTP endpoint mount path for streamable-HTTP transport. · IMAGE_GENERATION_MCP_INSTRUCTIONS=System-level instructions injected into LLM context. · IMAGE_GENERATION_MCP_KV_STORE_URL=Persistent-state backend URL for pvl-core subsystems. Schemes: file:///path (survives restarts), memory:// (dev/ephemeral). · IMAGE_GENERATION_MCP_OIDC_AUDIENCE=Expected JWT audience claim. Leave unset if your provider does not set one. · IMAGE_GENERATION_MCP_OIDC_CLIENT_ID=OIDC client ID. Required for OIDC. · IMAGE_GENERATION_MCP_OIDC_CLIENT_SECRET=OIDC client secret. Required for OIDC. · IMAGE_GENERATION_MCP_OIDC_CONFIG_URL=OIDC discovery endpoint URL. Required for OIDC. · IMAGE_GENERATION_MCP_OIDC_JWT_SIGNING_KEY=Signing key for OIDC session JWTs (critical on Linux/Docker). · IMAGE_GENERATION_MCP_OIDC_REQUIRED_SCOPES=Comma-separated required OIDC scopes (default: openid for oidc-proxy mode, none for remote mode). · IMAGE_GENERATION_MCP_OIDC_VERIFY_ACCESS_TOKEN=Verify access token JWT instead of id_token. · IMAGE_GENERATION_MCP_OPENAI_API_KEY=OpenAI API key. Enables the OpenAI provider (gpt-image-1, dall-e-3) when set. · IMAGE_GENERATION_MCP_READ_ONLY=When true, write-tagged tools (generate_image) are hidden. Set to false to enable image generation. · IMAGE_GENERATION_MCP_SCRATCH_DIR=Directory for saved generated images inside the container. · IMAGE_GENERATION_MCP_SCRATCH_DIR=Directory for saved generated images. Created automatically on first use. · IMAGE_GENERATION_MCP_SD_WEBUI_HOST=SD WebUI base URL (e.g. http://localhost:7860). Enables the SD WebUI provider when set. · IMAGE_GENERATION_MCP_SD_WEBUI_MODEL=SD WebUI checkpoint name for model-aware preset detection (SD 1.5 vs SDXL vs Lightning vs Flux). · IMAGE_GENERATION_MCP_SERVER_NAME=Server name shown to MCP clients in the initialization response. · PGID=Run as this GID (Docker entrypoint). · PUID=Run as this UID (Docker entrypoint).
Source: MCP-Register · collected on 2026-08-16 · self-declared
Icon formats (raw)confirmed absent
Source: MCP-Register · collected on 2026-08-16 · self-declared

tracevero · https://tracevero.com/mcp/io-github-pvliesdonk-image-generation-mcp/rohangaben