Fibery MCP 服务器
提供 Fibery 和支持 MCP 协议的 LLM 提供商(如 Claude)之间的集成,通过自然语言交互。
安装
使用 Smithery 安装
运行以下命令:
npx -y @smithery/cli install @Fibery-inc/fibery-mcp-server --client claude
使用 UV 安装
- 确保已安装 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" ] } } }
功能
- 查询数据库:使用
query_database
工具。 - 创建实体:使用
create_entity
或批量创建工具。 - 更新实体:使用
update_entity
工具。