Fibery MCP Server
by Fibery-inc
The Fibery MCP Server integrates Fibery with LLM providers, enabling natural language interaction with your Fibery workspace. It allows querying, creating, and updating Fibery entities through conversational interfaces.
Last updated: N/A
What is Fibery MCP Server?
The Fibery MCP Server acts as a bridge between Fibery and Large Language Models (LLMs) that support the Model Context Protocol (MCP). It allows users to interact with their Fibery workspace using natural language, enabling them to query, create, and update entities through conversational interfaces.
How to use Fibery MCP Server?
To use the Fibery MCP Server, you need a Fibery account with an API token and Python 3.10 or higher. Install the server using 'uv tool install fibery-mcp-server'. Then, configure your MCP client (e.g., Claude for Desktop) with the provided JSON configuration, replacing 'your-domain.fibery.io' and 'your-api-token' with your actual Fibery domain and API token.
Key features of Fibery MCP Server
Query Fibery entities using natural language
Get information about Fibery databases and their fields
Create Fibery entities through conversational interfaces
Update Fibery entities through conversational interfaces
List available databases
Describe database structure
Access Fibery data through the Fibery API
Use cases of Fibery MCP Server
Quickly retrieve information from Fibery using natural language queries
Create new tasks or projects in Fibery through a conversational interface
Update the status of existing tasks or projects using natural language commands
Generate reports and summaries of Fibery data using natural language prompts
FAQ from Fibery MCP Server
What is MCP?
What is MCP?
MCP stands for Model Context Protocol, a standard for communication between applications and LLMs.
What is Fibery?
What is Fibery?
Fibery is a connected workspace platform that helps teams build software and manage their work.
What LLMs are supported?
What LLMs are supported?
Any LLM provider supporting the MCP protocol, such as Claude for Desktop.
Where do I find my Fibery API token?
Where do I find my Fibery API token?
You can generate an API token in your Fibery account settings.
What if the 'uv' command doesn't work?
What if the 'uv' command doesn't work?
Try using the absolute path to the 'uv' executable (e.g., /Users/username/.local/bin/uv).