Kobold MCP サーバー
KoboldAIとのインターフェースとなるモデルコンテキストプロトコル(MCP)サーバー実装。このサーバーにより、KoboldAIのテキスト生成機能とMCP互換アプリケーションとの統合が可能になります。
特徴
KoboldAIによるテキスト生成
永続メモリによるチャット完了
OpenAI互換APIエンドポイント
安定拡散積分
公式MCP SDKをベースに構築
TypeScript実装
インストール
前提条件
Node.js (v16 以上)
npm または yarn パッケージマネージャー
KoboldAIインスタンスの実行
使用法
構成
サーバーは、環境変数または構成オブジェクトを通じて構成できます。
サポートされているAPI
コア KoboldAI API (テキスト生成、モデル情報)
会話メモリによるチャット完了
テキスト補完(OpenAI互換)
安定拡散積分(txt2img、img2img)
音声文字変換とテキスト読み上げ
ウェブ検索機能
発達
リポジトリをクローンします。
依存関係をインストールします:
プロジェクトをビルドします。
依存関係
@modelcontextprotocol/sdk
: ^1.0.1node-fetch
: ^2.6.1zod
:^3.20.0zod-to-json-schema
: ^3.23.5
貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
ライセンス
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
チャット補完、安定した拡散、OpenAI 互換 API エンドポイントなどの機能を備え、KoboldAI のテキスト生成機能と MCP 互換アプリケーション間の統合を可能にするサーバー。
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