Kobold MCP 服务器
用于与 KoboldAI 交互的模型上下文协议 (MCP) 服务器实现。该服务器支持 KoboldAI 的文本生成功能与兼容 MCP 的应用程序集成。
特征
使用 KoboldAI 生成文本
使用持久内存完成聊天
OpenAI 兼容 API 端点
稳定扩散积分
基于官方 MCP SDK 构建
TypeScript 实现
安装
先决条件
Node.js(v16 或更高版本)
npm 或 yarn 包管理器
运行 KoboldAI 实例
用法
配置
可以通过环境变量或配置对象来配置服务器:
支持的 API
核心 KoboldAI API(文本生成、模型信息)
通过对话记忆完成聊天
文本补全(兼容 OpenAI)
稳定扩散积分(txt2img,img2img)
音频转录和文本转语音
Web 搜索功能
发展
克隆存储库:
安装依赖项:
构建项目:
依赖项
@modelcontextprotocol/sdk
: ^1.0.1node-fetch
:^2.6.1zod
:^3.20.0zod-to-json-schema
:^3.23.5
贡献
欢迎贡献!请随时提交 Pull 请求。
执照
MIT 许可证 - 详情请参阅 LICENSE 文件。
支持
对于问题和功能请求,请使用 GitHub 问题跟踪器。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
Tools
一个服务器,支持 KoboldAI 的文本生成功能和 MCP 兼容应用程序之间的集成,具有聊天完成、稳定扩散和 OpenAI 兼容 API 端点等功能。
Related Resources
Related MCP Servers
- -securityFlicense-qualityAn auto-generated MCP server that enables interaction with the OpenAI API, allowing users to access OpenAI's models and capabilities through the Multi-Agent Conversation Protocol.Last updated -
- AsecurityAlicenseAqualityAn MCP server that enables AI applications to access 20+ model providers (including OpenAI, Anthropic, Google) through a unified interface for text and image generation.Last updated -223MIT License
- -securityFlicense-qualityAn MCP server that provides user dialogue capabilities for AI code editors, allowing AI to interact with users through dialog boxes when needing input during the coding process.Last updated -
- -securityAlicense-qualityAn MCP server that provides deep knowledge about OpenAI APIs and SDKs, enabling users to query technical information through various MCP clients including ChatGPT Deep Research, Cursor, and OpenAI Responses API.Last updated -10MIT License