Skip to main content
Glama

Kobold MCP Server

kobold_generate

Generate text using AI by inputting prompts and adjusting parameters like length, temperature, and repetition penalty. Integrates with Kobold MCP Server for enhanced text generation capabilities.

Instructions

Generate text with KoboldAI

Input Schema

NameRequiredDescriptionDefault
apiUrlNohttp://localhost:5001
max_context_lengthNo
max_lengthNo
promptYes
repetition_penaltyNo
seedNo
stop_sequenceNo
temperatureNo
top_kNo
top_pNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "apiUrl": { "default": "http://localhost:5001", "type": "string" }, "max_context_length": { "type": "number" }, "max_length": { "type": "number" }, "prompt": { "type": "string" }, "repetition_penalty": { "type": "number" }, "seed": { "type": "number" }, "stop_sequence": { "items": { "type": "string" }, "type": "array" }, "temperature": { "type": "number" }, "top_k": { "type": "number" }, "top_p": { "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