Kobold MCP Server
Сервер MCP Кобольда
Реализация сервера Model Context Protocol (MCP) для взаимодействия с KoboldAI. Этот сервер обеспечивает интеграцию между возможностями генерации текста KoboldAI и MCP-совместимыми приложениями.
Функции
Генерация текста с помощью KoboldAI
Завершение чата с постоянной памятью
Конечные точки API, совместимые с OpenAI
Стабильная диффузионная интеграция
Создано на основе официального MCP SDK
Реализация TypeScript
Related MCP server: Outsource MCP
Установка
npm install kobold-mcp-serverПредпосылки
Node.js (v16 или выше)
менеджер пакетов npm или yarn
Запуск экземпляра KoboldAI
Использование
import { KoboldMCPServer } from 'kobold-mcp-server';
// Initialize the server
const server = new KoboldMCPServer();
// Start the server
server.start();Конфигурация
Сервер можно настроить с помощью переменных среды или объекта конфигурации:
const config = {
apiUrl: 'http://localhost:5001' // KoboldAI API endpoint
};
const server = new KoboldMCPServer(config);Поддерживаемые API
Основной API KoboldAI (генерация текста, информация о модели)
Завершение чата с памятью разговора
Дополнение текста (совместимо с OpenAI)
Стабильная диффузионная интеграция (txt2img, img2img)
Аудиотранскрипция и преобразование текста в речь
Возможности веб-поиска
Разработка
Клонируйте репозиторий:
git clone https://github.com/yourusername/kobold-mcp-server.git
cd kobold-mcp-serverУстановить зависимости:
npm installСоздайте проект:
npm run buildЗависимости
@modelcontextprotocol/sdk: ^1.0.1node-fetch: ^2.6.1zod: ^3.20.0zod-to-json-schema: ^3.23.5
Внося вклад
Вклад приветствуется! Пожалуйста, не стесняйтесь отправлять запрос на включение.
Лицензия
Лицензия MIT — подробности см. в файле LICENSE.
Поддерживать
Для сообщений о проблемах и запросов на новые функции используйте систему отслеживания ошибок GitHub.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityFmaintenanceA MCP server that integrates with Stable Diffusion WebUI to provide text-to-image generation and image upscaling capabilities through simple API calls.543MIT
- AlicenseAqualityDmaintenanceAn MCP server that enables AI applications to access 20+ model providers (including OpenAI, Anthropic, Google) through a unified interface for text and image generation.230MIT
- AlicenseAqualityBmaintenanceA comprehensive MCP server for interacting with the Civitai API to search models, browse images with generation prompts, and manage downloads. It features extensive support for various base models like SDXL and Flux, includes NSFW filtering, and provides automated download commands for ComfyUI.82120MIT
- FlicenseAqualityDmaintenanceMCP server for AI image generation supporting text-to-image and image-to-image editing via any OpenAI-compatible service, with configurable models, aspect ratios, and sizes.2
Related MCP Connectors
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
An MCP server that integrates with Discord to provide AI-powered features.
MCP server for AI dialogue using various LLM models via AceDataCloud
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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