Skip to main content
Glama

Kobold MCP Server

kobold_txt2img

Convert text prompts into images with customizable parameters like dimensions, sampling methods, and styles using the Kobold MCP Server's integration.

Instructions

Generate image from text prompt

Input Schema

NameRequiredDescriptionDefault
apiUrlNohttp://localhost:5001
cfg_scaleNo
heightNo
negative_promptNo
promptYes
sampler_nameNo
seedNo
stepsNo
widthNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apiUrl": { "default": "http://localhost:5001", "type": "string" }, "cfg_scale": { "type": "number" }, "height": { "type": "number" }, "negative_prompt": { "type": "string" }, "prompt": { "type": "string" }, "sampler_name": { "type": "string" }, "seed": { "type": "number" }, "steps": { "type": "number" }, "width": { "type": "number" } }, "required": [ "prompt" ], "type": "object" }

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/PhialsBasement/KoboldCPP-MCP-Server'

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