Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
VISION_LOGNoEnable logging (default 1, set to 0 to disable).1
NANOGPT_MODELNoLegacy model name for the primary slot (used only if PRIMARY_VLM_MODEL is not set).
NSFW_VLM_MODELNoModel name for the NSFW VLM slot (inherits primary if not set).
VISION_LOG_DIRNoDirectory for log files (default 'logs/' at repo root).logs/
NANOGPT_API_KEYNoLegacy API key for the primary slot (used only if PRIMARY_VLM_API_KEY is not set).
NANOGPT_BASE_URLNoLegacy base URL for the primary slot (used only if PRIMARY_VLM_BASE_URL is not set).
NSFW_VLM_API_KEYNoAPI key for the NSFW VLM slot (inherits primary if not set).
NSFW_VLM_BASE_URLNoBase URL for the NSFW VLM slot (inherits primary if not set).
PRIMARY_VLM_MODELNoModel name for the primary VLM slot (default: z-ai/glm-5.3-flash-uncensored).z-ai/glm-5.3-flash-uncensored
FALLBACK_VLM_MODELNoModel name for the fallback VLM slot (active only when all three fallback variables are set).
PRIMARY_VLM_API_KEYNoAPI key for the primary VLM slot.
FALLBACK_VLM_API_KEYNoAPI key for the fallback VLM slot (active only when all three fallback variables are set).
PRIMARY_VLM_BASE_URLNoBase URL for the primary VLM slot (default: https://nano-gpt.com/api/v1).https://nano-gpt.com/api/v1
VISION_MAX_LONG_EDGENoMaximum long edge for image resizing (default 1024, 0 = unlimited).1024
FALLBACK_VLM_BASE_URLNoBase URL for the fallback VLM slot (active only when all three fallback variables are set).

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_imageA

1枚の画像を解析する(主用途: シナリオから導出された構図・景色・表情の生成仕様への準拠検査)。sourceはローカル絶対パス or HTTP(S) URL(PNG/JPEG/WebP・1枚16MBまで)。promptには生成仕様(promptEn/sceneEnの原文+subject/direction/台詞)を渡す。modeで検査の型を切り替えられる(既定conformance)。vlmでVLMスロット(primary/nsfw/fallback)を選べる(既定primary)。

compare_imagesB

2〜9枚の画像を順に Image A, B, C… とラベル付きで送り、比較・照合させる(参照画像×生成候補の突き合わせ・同一仕様での候補比較等)。mode=conformance(既定)は各画像を生成仕様と照合し、refcheck は Image A を正とする参照照合の型を前置する。vlmでVLMスロット(primary/nsfw/fallback)を選べる(既定primary)。

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/kjranyone/manga-vision-mcp'

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