Fibery MCP サーバー
この MCP (モデル コンテキスト プロトコル) サーバーは、Fibery と MCP プロトコルをサポートする任意の LLM プロバイダー (例: Claude for Desktop) との統合を提供し、自然言語を使用して Fibery ワークスペースと対話できるようにします。
✨ 特徴
- 自然言語を使用してFiberyエンティティをクエリする
- Fiberyデータベースとそのフィールドに関する情報を取得します
- 会話型インターフェースを通じて Fibery エンティティを作成および更新する
📦 インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Fibery MCP Server を自動的にインストールするには:
UV経由でインストール
前提条件:
- APIトークンを持つFiberyアカウント
- Python 3.10以上
- 紫外線
インストール手順:
- uv を使用してツールをインストールします。
- 次に、この設定をMCPクライアントの設定ファイルに追加します。Claude Desktopでは、 **「設定」→「開発」→「設定の編集」**から設定にアクセスできます。
注: 「uv」コマンドが機能しない場合は、絶対パス(例: /Users/username/.local/bin/uv)を試してください。
開発の場合:
🚀 利用可能なツール
1. データベースの一覧表示 ( list_databases
)
Fibery ワークスペースで使用可能なすべてのデータベースのリストを取得します。
2. データベースの説明 ( describe_database
)
特定のデータベースの構造の詳細な内訳を提供し、すべてのフィールドとそのタイトル、名前、タイプを表示します。
3. データベースのクエリ ( query_database
)
Fibery API を通じて、Fibery データへの強力かつ柔軟なアクセスを提供します。
4. エンティティの作成 ( create_entity
)
指定されたフィールド値を持つ Fibery ワークスペースに新しいエンティティを作成します。
5. エンティティを作成する ( create_entities_batch
)
指定されたフィールド値を持つ複数の新しいエンティティを Fibery ワークスペースに作成します。
6. エンティティの更新 ( update_entity
)
Fibery ワークスペース内の既存のエンティティを新しいフィールド値で更新します。
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.
Fibery MCP サーバーは、Fibery と MCP プロトコルをサポートする任意の LLM プロバイダー (例: Claude for Desktop) との統合を提供し、Fibery ワークスペース スキーマの探索、データベースのクエリ、自然言語を使用したエンティティの作成と更新を可能にします。
Related Resources
Related MCP Servers
- -securityAlicense-qualityThe MCP server provides access to Clever Cloud's documentation, allowing users to query and interact with it through Model Context Protocol clients like Claude Desktop.Last updated -TypeScriptMIT License
- -securityAlicense-qualityAn MCP server that connects any MCP client (like Claude or Cursor) with the browser using browser-use, allowing clients to utilize existing LLMs without requiring additional API keys.Last updated -74PythonApache 2.0
- -securityFlicense-qualityAn MCP server that allows Claude to interact with local LLMs running in LM Studio, providing access to list models, generate text, and use chat completions through local models.Last updated -8Python
- AsecurityFlicenseAqualityAn MCP server designed to work with FFmpeg for media processing tasks, offering enhanced performance and secure communication for handling media processing requests.Last updated -21412TypeScript