Fibery MCP GraphQL Server
by greatwitenorth
This is a Model Context Protocol (MCP) server designed to introspect the Fibery GraphQL API. It helps LLMs write valid GraphQL queries and mutations for Fibery.
Last updated: N/A
What is Fibery MCP GraphQL Server?
The Fibery MCP GraphQL Server is a tool that implements the Model Context Protocol to provide introspection capabilities for the Fibery GraphQL API. It allows you to fetch schema information, validate queries, and assist LLMs in generating valid GraphQL code for Fibery.
How to use Fibery MCP GraphQL Server?
- Clone the repository. 2. Install dependencies using
bun install
. 3. Configure the server with your Fibery token and URL in the environment variables. 4. Integrate the server with an MCP-compatible client, pointing to the server's endpoint.
Key features of Fibery MCP GraphQL Server
List Spaces and Types
Get Schema SDL
Validate Fibery GraphQL
MCP Compatible
Use cases of Fibery MCP GraphQL Server
Assisting LLMs in generating Fibery GraphQL queries
Validating Fibery GraphQL queries and mutations
Introspecting Fibery GraphQL schema
Building tools that interact with the Fibery GraphQL API
FAQ from Fibery MCP GraphQL Server
What is MCP?
What is MCP?
MCP stands for Model Context Protocol, a standard for providing context to language models.
What is Fibery?
What is Fibery?
Fibery is a connected workspace platform.
What Node.js version is required?
What Node.js version is required?
Node.js v20 or higher is required.
How do I get a Fibery API token?
How do I get a Fibery API token?
You need a Fibery account with API access. Refer to Fibery documentation for details on obtaining an API token.
What is the purpose of validating GraphQL queries?
What is the purpose of validating GraphQL queries?
Validating queries ensures that they conform to the Fibery GraphQL schema, preventing errors and ensuring successful execution.