Fibery MCP Server
@MCP-Mirror
About Fibery MCP Server
Mirror of
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"Fibery-inc_fibery-mcp-server": {
"command": "uv",
"args": [
"tool",
"install",
"fibery-mcp-server"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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.
More Other MCP servers
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
Codelf
unbugA search tool helps dev to solve the naming things problem.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
ICSS
chokcoco不止于 CSS
Comments