Fibery MCP Server
OfficialFibery MCP サーバー
この MCP (モデル コンテキスト プロトコル) サーバーは、Fibery と MCP プロトコルをサポートする任意の LLM プロバイダー (例: Claude for Desktop) との統合を提供し、自然言語を使用して Fibery ワークスペースと対話できるようにします。
✨ 特徴
自然言語を使用してFiberyエンティティをクエリする
Fiberyデータベースとそのフィールドに関する情報を取得します
会話型インターフェースを通じて Fibery エンティティを作成および更新する
Related MCP server: Claude MCP Server Integration
📦 インストール
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 ワークスペース内の既存のエンティティを新しいフィールド値で更新します。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceA local MCP server that integrates with Claude Desktop, enabling RAG capabilities to provide Claude with up-to-date private information from custom LlamaCloud indices.225MIT
- Flicense-qualityDmaintenanceIntegration project for Model Context Protocol (MCP) servers with Claude Desktop App, enabling filesystem operations, development support, and file management through natural language.
- Alicense-qualityDmaintenanceThe Fabric-Analytics-MCP server enables AI agents to interact directly with Microsoft Fabric using natural language. It transforms complex data engineering tasks—such as workspace management, data exploration, and job execution—into intuitive, conversational workflows for LLMs like Claude or GitHub17109MIT
- Alicense-qualityBmaintenanceA dead simple MCP server for exposing your app functions to AI agents like Claude Desktop.445MIT
Related MCP Connectors
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
GibsonAI MCP server: manage your databases with natural language
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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