Skip to main content
Glama

MCP Connection Hub

by claymore666

MCP 接続ハブ

AI ツールとサービスの中心的な接続ポイントを提供する統合モデル コンテキスト プロトコル ゲートウェイ。

概要

MCP Connection Hubは、大規模言語モデルインターフェース(OpenWebUIなど)と様々なツールやサービス間のブリッジとして機能します。以下の機能を提供します。

  • 統合されたOpenAI互換APIエンドポイント
  • 同期および非同期ツール実行のサポート
  • ツールの統合を容易にするプラグ可能なアーキテクチャ
  • 長時間実行される操作のための包括的なジョブ管理
  • コマンドラインおよびWebベースの管理インターフェース

主な特徴

  • OpenAI API 互換性: OpenWebUI やその他の LLM インターフェースとシームレスに連携
  • ツールレジストリ: ツール機能の簡単な登録と検出
  • ジョブシステム: 進捗状況を追跡しながら長時間実行される操作を管理する
  • 構成管理: すべてのシステムコンポーネントの設定を一元管理
  • 管理インターフェース: CLIとWebベースの管理ツールの両方

プロジェクト構造

MCPConnectionHub/ ├── app/ # Main application code │ ├── api/ # API endpoints and routes │ ├── cli/ # Command-line interface │ ├── core/ # Core system components │ ├── db/ # Database models and operations │ └── tools/ # Tool implementations ├── docs/ # Documentation └── docker-compose.yml # Docker configuration

インストールとセットアップ

(初期開発が完了したらインストール手順を追加します)

構成

システムは以下を通じて構成できます。

  • 環境変数
  • 設定ファイル
  • データベース設定(永続構成用)

使用法

コマンドラインインターフェース

システムには管理用の包括的な CLI が含まれています。

# Show help ./mcp-cli --help # List available tools ./mcp-cli tool list # Check system status ./mcp-cli system status # View configuration ./mcp-cli config get

詳細については、 CLI クイック スタート ガイドを参照してください。

APIの使用

(APIの使用方法はシステムの開発に応じて追加されます)

開発状況

このプロジェクトは現在開発中です。現在の状況については、PROJECT_PROGRESS.md ファイルをご覧ください。

-
security - not tested
F
license - not found
-
quality - not tested

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.

LLM インターフェイスとさまざまなツールおよびサービスを橋渡しし、OpenAI API 互換性を提供し、同期と非同期の両方のツール実行をサポートする統合モデル コンテキスト プロトコル ゲートウェイ。

  1. 概要
    1. 主な特徴
      1. プロジェクト構造
        1. インストールとセットアップ
          1. 構成
            1. 使用法
              1. コマンドラインインターフェース
              2. APIの使用
            2. 開発状況

              Related MCP Servers

              • -
                security
                F
                license
                -
                quality
                A generic Model Context Protocol framework for building AI-powered applications that provides standardized ways to create MCP servers and clients for integrating LLMs with support for Ollama and Supabase.
                Last updated -
                TypeScript
              • A
                security
                A
                license
                A
                quality
                A universal Model Context Protocol implementation that serves as a semantic layer between LLMs and 3D creative software, providing a standardized interface for interacting with various Digital Content Creation tools through a unified API.
                Last updated -
                125
                12
                Python
                Apache 2.0
              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol server that loads multiple OpenAPI specifications and exposes them to LLM-powered IDE integrations, enabling AI to understand and work with your APIs directly in development tools like Cursor.
                Last updated -
                7
                48
                56
                TypeScript
                MIT License
              • A
                security
                F
                license
                A
                quality
                A Model Context Protocol server that enables LLMs to explore and interact with API specifications by providing tools for loading, browsing, and getting detailed information about API endpoints.
                Last updated -
                4
                10
                13
                TypeScript

              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/claymore666/MCPConnectionHub'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server