Fibery MCP Server
OfficialFibery MCP サーバー
この MCP (モデル コンテキスト プロトコル) サーバーは、Fibery と MCP プロトコルをサポートする任意の LLM プロバイダー (例: Claude for Desktop) との統合を提供し、自然言語を使用して Fibery ワークスペースと対話できるようにします。
✨ 特徴
自然言語を使用してFiberyエンティティをクエリする
Fiberyデータベースとそのフィールドに関する情報を取得します
会話型インターフェースを通じて Fibery エンティティを作成および更新する
Related MCP server: mcp-browser-use
📦 インストール
Smithery経由でインストール
Smithery経由で Claude Desktop 用の Fibery MCP Server を自動的にインストールするには:
npx -y @smithery/cli install @Fibery-inc/fibery-mcp-server --client claudeUV経由でインストール
前提条件:
APIトークンを持つFiberyアカウント
Python 3.10以上
インストール手順:
uv を使用してツールをインストールします。
uv tool install fibery-mcp-server次に、この設定をMCPクライアントの設定ファイルに追加します。Claude Desktopでは、 **「設定」→「開発」→「設定の編集」**から設定にアクセスできます。
{
"mcpServers": {
"fibery-mcp-server": {
"command": "uv",
"args": [
"tool",
"run",
"fibery-mcp-server",
"--fibery-host",
"your-domain.fibery.io",
"--fibery-api-token",
"your-api-token"
]
}
}
}注: 「uv」コマンドが機能しない場合は、絶対パス(例: /Users/username/.local/bin/uv)を試してください。
開発の場合:
{
"mcpServers": {
"arxiv-mcp-server": {
"command": "uv",
"args": [
"--directory",
"path/to/cloned/fibery-mcp-server",
"run",
"fibery-mcp-server",
"--fibery-host",
"your-domain.fibery.io",
"--fibery-api-token",
"your-api-token"
]
}
}
}🚀 利用可能なツール
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 ワークスペース内の既存のエンティティを新しいフィールド値で更新します。
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Fibery-inc/fibery-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server