Fibery MCP Server provides integration between Fibery and LLM providers supporting MCP protocol, enabling natural language interaction with your Fibery workspace for querying, creating, and updating entities.
Retrieves a list of all databases available in your Fibery workspace.
Provides a detailed breakdown of a specific database's structure, showing all fields with their titles, names, and types.
Offers powerful, flexible access to your Fibery data through the Fibery API.
Creates new entities in your Fibery workspace with specified field values.
Creates multiple new entities in your Fibery workspace with specified field values.
Updates existing entities in your Fibery workspace with new field values.
{
"mcpServers": {
"fibery-mcp-server": {
"command": "uv",
"args": [
"tool",
"run",
"fibery-mcp-server",
"--fibery-host",
"your-domain.fibery.io",
"--fibery-api-token",
"your-api-token"
]
}
}
}