mcp-konnect
A Model Context Protocol (MCP) server for interacting with Kong Konnect APIs, allowing AI assistants to query and analyze Kong Gateway configurations, traffic, and analytics.
GitHubスター
33
ユーザー評価
未評価
お気に入り
0
閲覧数
8
フォーク
13
イシュー
12
インストール方法
難易度
中級推定所要時間
10-20 分
インストール方法
インストール方法
前提条件
必要なソフトウェアとバージョンを明記してください。Node.js: 20.0.0以上
Kong Konnectアカウント: APIアクセスが必要
MCP対応クライアント: 例: Claude Desktop, Cursorなど
インストール手順
1. リポジトリのクローン
bash
git clone https://github.com/Kong/mcp-konnect.git
cd mcp-konnect
2. 依存関係のインストール
bash
npm install
3. プロジェクトのビルド
bash
npm run build