Skip to main content
Glama

Kobold MCP Server

Kobold MCP サーバー

KoboldAIとのインターフェースとなるモデルコンテキストプロトコル(MCP)サーバー実装。このサーバーにより、KoboldAIのテキスト生成機能とMCP互換アプリケーションとの統合が可能になります。

特徴

  • KoboldAIによるテキスト生成
  • 永続メモリによるチャット完了
  • OpenAI互換APIエンドポイント
  • 安定拡散積分
  • 公式MCP SDKをベースに構築
  • TypeScript実装

インストール

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

  • コア KoboldAI API (テキスト生成、モデル情報)
  • 会話メモリによるチャット完了
  • テキスト補完(OpenAI互換)
  • 安定拡散積分(txt2img、img2img)
  • 音声文字変換とテキスト読み上げ
  • ウェブ検索機能

発達

  1. リポジトリをクローンします。
git clone https://github.com/yourusername/kobold-mcp-server.git cd kobold-mcp-server
  1. 依存関係をインストールします:
npm install
  1. プロジェクトをビルドします。
npm run build

依存関係

  • @modelcontextprotocol/sdk : ^1.0.1
  • node-fetch : ^2.6.1
  • zod :^3.20.0
  • zod-to-json-schema : ^3.23.5

貢献

貢献を歓迎します!お気軽にプルリクエストを送信してください。

ライセンス

MIT ライセンス - 詳細については LICENSE ファイルを参照してください。

サポート

問題や機能のリクエストについては、GitHub の問題追跡ツールを使用してください。

Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

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.

チャット補完、安定した拡散、OpenAI 互換 API エンドポイントなどの機能を備え、KoboldAI のテキスト生成機能と MCP 互換アプリケーション間の統合を可能にするサーバー。

  1. 特徴
    1. インストール
      1. 前提条件
        1. 使用法
          1. 構成
            1. サポートされているAPI
              1. 発達
                1. 依存関係
                  1. 貢献
                    1. ライセンス
                      1. サポート

                        Related MCP Servers

                        • A
                          security
                          A
                          license
                          A
                          quality
                          A TypeScript-based MCP server that interacts with Contentful's Delivery API, enabling users to create, query, and summarize text notes through natural language.
                          Last updated -
                          26
                          6
                          TypeScript
                          MIT License
                          • Apple
                        • -
                          security
                          A
                          license
                          -
                          quality
                          An MCP server that implements a conversational AI 'waifu' character using a text generation service with Redis queuing and GPU acceleration.
                          Last updated -
                          1
                          Python
                          MIT No Attribution
                        • -
                          security
                          A
                          license
                          -
                          quality
                          A server that integrates the MCP library with OpenAI's API, allowing users to interact with various tools, such as the weather tool, through natural language queries.
                          Last updated -
                          Python
                          MIT License
                        • -
                          security
                          A
                          license
                          -
                          quality
                          An MCP server that enables LLMs to generate spoken audio from text using OpenAI's Text-to-Speech API, supporting various voices, models, and audio formats.
                          Last updated -
                          4
                          1
                          JavaScript
                          MIT License

                        View all related MCP servers

                        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