fibery-mcp-server

The Fibery MCP Server integrates Fibery with LLMs via the MCP protocol, enabling natural language interaction with your workspace. Users can query, create, and update Fibery entities conversationally.

12
0

Fibery MCP Server

This MCP (Model Context Protocol) server facilitates integration between Fibery and LLM providers supporting the MCP protocol, such as Claude for Desktop, enabling natural language interaction with your Fibery workspace.

Features

  • Query Fibery entities using natural language.
  • Retrieve information about Fibery databases and their fields.
  • Create and update Fibery entities through conversational interfaces.

Installation

Prerequisites

  • A Fibery account with an API token.
  • Python 3.10 or higher.
  • uv
uv tool install fibery-mcp-server

MCP Integration

Add this configuration to your MCP client config file (e.g., Claude Desktop's config in Settings -> Developer -> Edit Config):

{
    "mcpServers": {
        "fibery-mcp-server": {
            "command": "uv",
            "args": [
                 "tool",
                 "run",
                 "fibery-mcp-server",
                 "--fibery-host",
                 "your-domain.fibery.io",
                 "--fibery-api-token",
                 "your-api-token"
            ]
        }
    }
}

Repository

FI
Fibery-inc

Fibery-inc/fibery-mcp-server

Created

March 13, 2025

Updated

March 24, 2025

Language

Python

Category

Productivity