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 claude通过 UV 安装
先决条件:
带有 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