Skip to main content
Glama

Kobold MCP Server

kobold_complete

Generate text completions using OpenAI-compatible API endpoints with Kobold MCP Server. Define a prompt, adjust parameters like max tokens and temperature, and create coherent text outputs for diverse applications.

Instructions

Text completion (OpenAI-compatible)

Input Schema

NameRequiredDescriptionDefault
apiUrlNohttp://localhost:5001
max_tokensNo
promptYes
stopNo
temperatureNo
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_tokens": { "type": "number" }, "prompt": { "type": "string" }, "stop": { "items": { "type": "string" }, "type": "array" }, "temperature": { "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