Glide API MCP サーバー
Glide API (v1 および v2) と対話するためのモデル コンテキスト プロトコル サーバー。
特徴
- Glide API v1 と v2 の両方をサポート
- 環境変数による安全な API キー処理
- 型安全なTypeScript実装
- 包括的なエラー処理
利用可能なツール
set_api_version
: APIバージョンと認証を設定するget_app
: アプリ情報を取得するget_tables
: アプリテーブルを一覧表示するget_table_rows
: テーブルデータを取得するadd_table_row
: 新しい行を追加するupdate_table_row
: 既存の行を更新する
安全なセットアップ
1. 環境変数
サーバーは、MCP設定ファイル内の環境変数を通じて安全な設定をサポートしています。API認証情報をMCP設定ファイルに追加してください。
このアプローチでは、次の方法で API キーを安全に維持できます。
- コードではなく設定ファイルに保存する
- バージョン管理から外す
- コードを変更せずに簡単に更新できるようにする
2. ランタイム構成
サーバーを構成するには環境変数を使用することをお勧めしますが、 set_api_version
ツールを使用して実行時に API バージョンとキーを設定または上書きすることもできます。
注: ランタイム構成は、現在のセッションのすべての環境変数を上書きします。
3. セキュリティのベストプラクティス
- APIキーをバージョン管理にコミットしない
- MCP設定ファイルで環境変数を使用する
- APIキーを定期的にローテーションする
- 設定ファイルに適切なファイル権限を設定する
発達
依存関係をインストールします:
サーバーを構築します。
自動リビルドを使用した開発の場合:
使用例
- アプリ情報を取得する:
- テーブルに行を追加します。
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.
Glide API の v1 と v2 の両方との安全で型安全なやり取りを容易にし、ユーザーがモデル コンテキスト プロトコル インターフェイスを介してアプリ データを管理し、テーブルに対して CRUD 操作を実行できるようにします。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityEnables integration with OpenMetadata by wrapping its REST API for standardized interaction through the Model Context Protocol.Last updated -62PythonMIT License
- AsecurityFlicenseAqualityA Model Context Protocol server that allows creation and management of multiple Fireproof JSON databases with CRUD operations, querying capabilities, and cloud synchronization for sharing databases with others.Last updated -92JavaScript
- -securityAlicense-qualityA Model Context Protocol server that enables interaction with the Tradovate API for managing trading contracts, positions, orders, and accounts.Last updated -JavaScriptMIT License
- -securityFlicense-qualityProvides access to Lark Bitable through the Model Context Protocol, allowing users to interact with Bitable tables using predefined tools.Last updated -2Python