MCP server to help your llm construct valid graphql queries for fibery.
Overview
What is Fibery MCP GraphQL Server?
Fibery MCP GraphQL Server is a Model Context Protocol (MCP) server designed to assist in constructing valid GraphQL queries and mutations for the Fibery platform.
How to use Fibery MCP GraphQL Server?
To use the server, clone the repository, install the dependencies, and configure your Fibery account credentials. You can then interact with the MCP endpoint using compatible clients.
Key features of Fibery MCP GraphQL Server?
- List Spaces and Types: Fetches and lists all available GraphQL spaces and types in your Fibery account.
- Get Schema SDL: Retrieves the complete GraphQL schema SDL for a specified Fibery space.
- Validate Fibery GraphQL: Validates generated GraphQL queries or mutations against the known schema to ensure correctness.
Use cases of Fibery MCP GraphQL Server?
- Assisting developers in writing valid GraphQL queries for Fibery.
- Validating GraphQL queries before execution to prevent runtime errors.
- Exploring available GraphQL types and spaces in a Fibery account.
FAQ from Fibery MCP GraphQL Server?
- What are the prerequisites for using this server?
You need Node.js (v20 or higher) and a Fibery account with API access.
- How do I install the server?
Clone the repository and run
bun installto install the dependencies.
- Can I use this server with any MCP-compatible client?
Yes, the server is designed to be compatible with any MCP client.