gateway

CentralMind Gatewayは、数分でAPIまたはMCPサーバーを作成できるツールです。使いやすいインターフェースと豊富な機能を備え、開発者が迅速にプロジェクトを立ち上げるのを支援します。インタラクティブなデモも提供されており、ユーザーは実際に機能を試すことができます。

GitHubスター

471

ユーザー評価

未評価

お気に入り

0

閲覧数

37

フォーク

55

イシュー

14

インストール方法
難易度
中級
推定所要時間
10-20

インストール方法

インストール方法

前提条件

必要なソフトウェアとバージョンを明記してください。
Docker: 最新版

インストール手順

1. Dockerを使用してGatewayを起動

bash
docker run --platform linux/amd64 -p 9090:9090 \
  ghcr.io/centralmind/gateway:v0.2.18 start \
  --connection-string "postgres://db-user:db-password@db-host/db-name?sslmode=require"

2. サーバーの確認

サーバーが正常に起動したことを確認するため、以下の情報が表示されます:
shell
INFO Gateway server started successfully!
INFO MCP SSE server for AI agents is running at: http://localhost:9090/sse
INFO REST API with Swagger UI is available at: http://localhost:9090/

トラブルシューティング

よくある問題

問題: サーバーが起動しない 解決策: Dockerの設定や接続文字列を確認してください。