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-qualityA server for the Machine Chat Protocol (MCP) that provides a YAML-based configuration system for LLM applications, allowing users to define resources, tools, and prompts without writing code.Last updated -5PythonMIT License
Fused MCP Agentsofficial
-securityAlicense-qualityA Python-based MCP server that allows Claude and other LLMs to execute arbitrary Python code directly through your desktop Claude app, enabling data scientists to connect LLMs to APIs and executable code.Last updated -23MIT License- -securityFlicense-qualityAn MCP server that enables Claude and other compatible LLMs to interact with the GitHub API, supporting features like creating issues, retrieving repository information, listing issues, and searching repositories.Last updated -TypeScript
- -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 -Python