GraphQL
Enables LLMs to interact with GraphQL APIs through schema introspection and query execution, with security measures like disabled mutations by default.
1 stars
0 tools
Created Aug 2025
@launchthatbrand/launchthatbrand-graphqlAbout
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"
]
}
}
}