Fibery MCP Server
@MCP-Mirror
关于 Fibery MCP Server
Mirror of
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"Fibery-inc_fibery-mcp-server": {
"command": "uv",
"args": [
"tool",
"install",
"fibery-mcp-server"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Fibery MCP Server?
It is an MCP (Model Context Protocol) server that integrates Fibery with any LLM provider supporting the MCP protocol (e.g., Claude for Desktop), allowing you to interact with your Fibery workspace using natural language.
How to use Fibery MCP Server?
Install it with uv tool install fibery-mcp-server. Add a configuration block to your MCP client config file (e.g., Claude Desktop at Settings → Developer → Edit Config) specifying the --fibery-host and --fibery-api-token arguments. For development, use the --directory flag pointing to the cloned repository.
Key features of Fibery MCP Server
- Query Fibery entities using natural language
- Get information about Fibery databases and their fields
- Create new Fibery entities through conversational interfaces
- Update existing Fibery entities through conversational interfaces
- Lists all databases in your Fibery workspace
Use cases of Fibery MCP Server
- Query your Fibery data conversationally without writing API calls
- Explore database schemas and field types in natural language
- Create or update Fibery records directly from a chat interface
FAQ from Fibery MCP Server
What are the prerequisites?
You need a Fibery account with an API token, Python 3.10 or higher, and the uv package manager installed.
How do I configure the server?
Add a JSON block to your MCP client config specifying the command uv with arguments tool run fibery-mcp-server --fibery-host your-domain.fibery.io --fibery-api-token your-api-token. The server will then be available to your LLM client.
What operations does the server support?
It provides five tools: list_databases, describe_database, query_database, create_entity, and update_entity. These allow you to list, describe, and query databases, as well as create and update entities.
其他 分类下的更多 MCP 服务器
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
评论