GraphQL

Enables LLMs to interact with GraphQL APIs through schema introspection and query execution, with security measures like disabled mutations by default.

View Source
1 stars
0 tools
Created Aug 2025
@launchthatbrand/launchthatbrand-graphql

About

Enables LLMs to interact with GraphQL APIs through schema introspection and query execution, with security measures like disabled mutations by default.

Categories

general

Installation

npm

npm install @launchthatbrand/launchthatbrand-graphql

Configuration

{ "mcpServers": { "launchthatbrand-graphql": { "command": "npx", "args": [ "-y", "@launchthatbrand/launchthatbrand-graphql" ] } } }