-
Notifications
You must be signed in to change notification settings - Fork 115
docs(blog): introduce mcp-graphql #6825
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
|
||
TL;DR | ||
|
||
- The GraphQL MCP server allows your AI models to interact with your GraphQL server |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe worth mentioning in as many places as possible, that this works with ANY GraphQL server and you don't and shouldn't need any vendor specific solution in general
With traditional MCP servers, this would require separate tools for users, posts, filtering, and sorting - if you even anticipated this exact combination. | ||
|
||
## The future | ||
- Tools per operation |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Turn that into text
also maybe link to PRs or issues on the repo
and expand more on the idea of how to connect to Hive Console
- It allows introspection of both local and remote schema's | ||
- It supports both query and mutation operations, where mutations are opt-in | ||
- It uses a single tool call for complete flexibility in how you want to interact with your schema | ||
- Future updates will also allow for specific tool generation for an operation and persisted documents support |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
worth mentioning that this library is fully open source and MIT
A new MCP server that connects AI models to GraphQL endpoints with full schema awareness and dynamic querying capabilities. | ||
--- | ||
|
||
TL;DR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
don't forget to link to your library :)
Background
This adds a blog post to introduce the
mcp-graphql
server.Description
This is a blog post introducing the
mcp-graphql
server and what it does, why MCP and GraphQL work very well and it's future goals. This is a really early rough draft.Checklist
Not needed for a blog post.