Composio MCP will be deprecated soon. Please use
Composio PlatformorRubeinstead.
Fibery

Fibery

Fibery is a work management platform designed to help teams collaborate, organize information, and manage their workflows.

16VIEWS
2385USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app fiberynpx @composio/cli add cursor --app fiberynpx @composio/cli add cursor --app fiberynpx @composio/cli add cursor --app fibery

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Delete Custom App Endpoint

Tool to delete a specific custom app endpoint. Use after confirming the app and endpoint IDs to remove.

Delete Entity

Tool to delete a specific Fibery entity by its ID. Use when you have verified the entity exists and have its GUID. Deletion is irreversible.

Delete File

Tool to delete a specific file. Use when you need to remove a file from Fibery by its ID.

Execute Graphql Query

Tool to execute GraphQL queries or mutations against a Fibery space. Use when you need to fetch or modify Fibery data via the GraphQL API.

Authenticate (validate Token Via Api Call)

Tool to validate existing Fibery personal API token by performing a real API call. If the call succeeds, returns the token value extracted from the Authorization header. Use the returned token in the `Authorization: Token <value>` header for further calls.

Get App Information

Tool to retrieve application information. Use when you need the version, name, description, authentication methods, and available data sources before further operations.

Get Custom App Endpoints

Tool to list custom app endpoints. Use when you need the available custom endpoints for a given app before invoking them.

Get Custom Apps

Tool to list all custom apps in the Fibery workspace. Use when you need the identifiers of all custom apps.

Get Entities

Tool to query Fibery entities. Use after specifying type and fields; supports optional filters and pagination.

Get Fibery Entity

Tool to retrieve detailed info of a specific Fibery entity by its ID. Uses Fibery Commands API (fibery.entity/query) filtered by fibery/id with q/limit = 1.

Get File

Tool to retrieve a file by its secret or id. Prefer the file secret to download raw bytes. Returns the file content, MIME type, and original filename if available.

Get Graphql Schema

Tool to retrieve the GraphQL schema for the current workspace. Uses standard GraphQL introspection.

Get User Preferences

Tool to retrieve the current user's UI preferences. Use after authentication to tailor UI to user settings.

Refresh Access Token

Tool to refresh an access token using a refresh token. Use when the current access token has expired and a valid refresh token is available.

Authenticate With Username And Password

Tool to authenticate with Fibery using resource owner password credentials. Use when you need an access token by providing username and password. Include the returned token in the `Authorization: Token <access_token>` header for subsequent API calls.

Create Entity

Tool to create a new Fibery entity. Use when you have prepared all necessary field values and need to persist a new record. Example: Create a 'Project/Task' with title and assignee.

Fetch Data From Source

Tool to fetch data from a specified source. Use after specifying the source and optional filters.

Post Fetch Data Count

Tool to return the count of records for a given Fibery type (source). Uses Fibery commands API and returns the total number of entities of the type.

Fetch Datalist Options

Tool to fetch options for a datalist filter field. Use after retrieving field metadata to build dynamic filters.

Fetch Schema

Tool to fetch predefined data schema. Use after authenticating when mapping and integrating Fibery data.

20 actions available