MCP Connection Hub
MCP 接続ハブ
AI ツールとサービスの中心的な接続ポイントを提供する統合モデル コンテキスト プロトコル ゲートウェイ。
概要
MCP Connection Hubは、大規模言語モデルインターフェース(OpenWebUIなど)と様々なツールやサービス間のブリッジとして機能します。以下の機能を提供します。
統合されたOpenAI互換APIエンドポイント
同期および非同期ツール実行のサポート
ツールの統合を容易にするプラグ可能なアーキテクチャ
長時間実行される操作のための包括的なジョブ管理
コマンドラインおよびWebベースの管理インターフェース
Related MCP server: MCPist
主な特徴
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 ファイルをご覧ください。
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
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 Connectors
Zero-setup MCP gateway securely connecting AI to your tools with authentication and workflows
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
The OpenRouter for tools. One MCP connection gives any AI agent 254 hosted tools, pay per call.
The Remote MCP server acts as a standardized bridge between LLM applications (like Claude, ChatGPT, and Cursor) and external services, enabling AI agents to access external tools and resources. Its primary capability is providing a centralized search tool to discover other MCP servers and their respective tools. Unlike local implementations, it runs remotely with OAuth authentication and permission controls for security.
Related MCP Servers
- FlicenseCqualityDmaintenanceA powerful gateway for the Model Context Protocol (MCP) that unifies AI toolchains by federating multiple MCP servers, wrapping REST APIs as MCP tools, and supporting multiple transport methods with an admin dashboard.1-
- FlicenseNot gradedqualityCmaintenanceA gateway service that connects AI assistants to numerous external tools like Notion, GitHub, and Google Workspace through a single Model Context Protocol endpoint. It provides a centralized hub for managing multiple tool integrations with secure authentication and a unified API architecture.-
- AlicenseNot gradedqualityDmaintenanceA production-ready unified entry point for AI agents that implements the Model Context Protocol (MCP). It provides a secure gateway with rate limiting, authentication, and observability for managing and proxying requests to multiple downstream APIs.MIT
- AlicenseDqualityDmaintenanceA meta API Gateway server that works with the Model Context Protocol (MCP), enabling AI assistants to connect to any API and access real-world data sources through standardized MCP tools.705512MIT
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/claymore666/MCPConnectionHub'
If you have feedback or need assistance with the MCP directory API, please join our Discord server