mcp-graphql

mcp-graphql

166

mcp-graphql is a server that facilitates interaction with GraphQL APIs by enabling Large Language Models to perform schema introspection and execute queries. It provides tools to access and manipulate GraphQL data securely, with customization options for specific implementations.

What is the default endpoint for mcp-graphql?

The default endpoint is set to 'http://localhost:4000/graphql'.

How can I enable mutation operations?

Set the environment variable 'ALLOW_MUTATIONS' to 'true'.

Can I use a local schema file instead of introspection?

Yes, you can specify a local schema file using the 'SCHEMA' environment variable.

How do I install mcp-graphql using Smithery?

Use the command 'npx -y @smithery/cli install mcp-graphql --client claude'.

Why are mutations disabled by default?

Mutations are disabled by default as a security measure to prevent unauthorized data modifications.