MCPServers

Summary

mcp-graphql is a Model Context Protocol server that enables LLMs to interact with GraphQL APIs through schema introspection and query execution. Developed by Boris Besemer, it allows AI models to discover and use GraphQL APIs dynamically by providing tools for schema retrieval and query execution, with mutations disabled by default as a security measure. The implementation supports custom headers for authentication, local schema files, and can be easily integrated with Claude Desktop via Smithery, making it ideal for workflows requiring AI assistants to access structured data from GraphQL endpoints.

Available Actions(2)

introspect-schema

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

query-graphql

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

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签