fibery-mcp-graphql

fibery-mcp-graphql

1

The Fibery MCP GraphQL Server is a tool for interacting with the Fibery GraphQL API. It facilitates listing spaces and types, obtaining schema details, and validating GraphQL queries against the schema. Key features make it a valuable resource for developers using Fibery.

Fibery MCP GraphQL Server

This project is a Model Context Protocol (MCP) server designed to interface with the Fibery GraphQL API. It aids in formulating valid GraphQL queries and mutations for Fibery.

Features

  • 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 Fibery space.
  • Validate Fibery GraphQL: Validates a generated GraphQL query or mutation to ensure it adheres to the schema.

Prerequisites

  • Node.js (v20 or higher)
  • Fibery account with API access

Using with MCP Clients

The server implements the Model Context Protocol, compatible with any MCP client.

Installation

  1. Clone the repository.
  2. Install dependencies.