Integrations
統合アプリ MCP サーバー (SSE)
これは、Integration App を利用したツールを公開するMCP (Model Context Protocol)サーバーのリモート実装です。クライアントは、MCP SSE トランスポートを使用して、アクティブな接続からツールに接続し、アクセスできます。
MCPクライアントのリストはこちらをご覧ください
独自のクライアントを実装するには、AI チャット エージェントの例を参照してください。
前提条件
- Node.js (v14以上)
- npmまたはyarn
- 有効な JWT トークンを持つ統合アプリ アカウント
インストール
- リポジトリをクローンします。Copy
- 依存関係をインストールします:Copy
- プロジェクトをビルドします。Copy
構成
地域開発
サーバーをローカルで実行するには、次のコマンドで起動します。
サーバーはhttp://localhost:3000
で実行されます。
展開
サーバーを本番環境 (Heroku など) にデプロイするには、次の手順に従います。
- 環境変数が設定されていることを確認します。
PORT
: サーバーが実行されるポート (デフォルト: 3000)NODE_ENV
: 本番環境の場合はproduction
に設定
- 好みのホスティング サービス (Heroku、AWS など) を使用してアプリケーションをデプロイします。
- デプロイされると、次のような URL でサーバーにアクセスできるようになります。Copy
接続URL
MCP サーバーに接続するには、次の URL 形式を使用します。
または、サーバーがローカルで実行されている場合:
カーソルの設定
このサーバーを Cursor で使用するには、 ~/.cursor/mcp.json
ファイルを更新します。
変更を有効にするには、カーソルを再起動します。
クロード・コンフィグレーション
Anthropicは、MAXプラン以上のClaudeへのSSE MCPトランスポートのみを許可しています。このサーバーをClaudeで使用するには、 ~/claude_desktop_config.json
ファイルを更新してください。
MCP情報
- サーバーは、提供されたトークンに関連付けられているすべてのアクティブな接続からツールを取得します。
- サーバーは、SSE (Server-Sent Events) とストリーミング可能な HTTP トランスポートの両方をサポートしています。
トラブルシューティング
- JWT トークンが有効であり、必要な権限があることを確認してください。
- 起動時または接続試行中にエラーや問題が発生していないか、サーバー ログを確認します。
- デプロイメント環境に正しい環境変数が設定されていることを確認します。
This server cannot be installed
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.
複数のテナントが、モデル コンテキスト プロトコルを介して独自の分離された資格情報とアクセス ツールを使用して、統合アプリの MCP サーバーに接続できるようにするプロキシ サーバー。
Related MCP Servers
- -securityFlicense-qualityThis MCP server implementation allows users to manage and expose actions as tools from their Integration App workspace through the Model Context Protocol.Last updated -1014JavaScript
- AsecurityAlicenseAqualityA proxy server that unifies multiple MCP servers, enabling seamless tool, prompt, and resource management via the MetaMCP App.Last updated -62588TypeScriptApache 2.0
- -securityAlicense-qualityA proxy service that connects MCP clients to remote MCP servers, allowing users to use server keys from MCP.so to access remote resources without running their own server.Last updated -5,0622TypeScriptMIT License
- -security-license-qualityProxy that aggregates multiple MCP servers and presents them as a unified interface, allowing clients to access resources from multiple servers transparently.Last updated -1TypeScript