MCPServers
GraphQL Toolkit - MCP server logo

GraphQL Toolkit

0
0

Summary

GraphQL MCP Toolkit is a server implementation that enables LLMs to interact with GraphQL APIs through schema introspection and query execution. It provides two main tools: one for retrieving GraphQL schemas and another for executing queries against endpoints, with mutations disabled by default as a security measure. The implementation supports custom headers for authentication, local schema files as an alternative to introspection, and is containerized for easy deployment. Particularly valuable for developers who want to give AI assistants the ability to discover and use GraphQL APIs dynamically without requiring prior knowledge of the schema.

Available Actions(2)

introspect-schema

Retrieves the GraphQL schema. Use this first if you don't have access to the schema as a resource. It uses either the local schema file or an introspection query.

query-graphql

Execute GraphQL queries against the endpoint. By default, mutations are disabled unless `--enable-mutations` is specified.

Last Updated: April 25, 2025

커뮤니티 리뷰

0.0
0 리뷰
5
0
4
0
3
0
2
0
1
0

아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!

대화에 참여하려면 로그인하세요

Coming soon to
HighlightHighlight AI

언어

TypeScript

카테고리

태그