diff --git a/README.md b/README.md index 09b9fc7..3e29eb4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Model Context Protocol server for working with GraphQL servers. It's a simple implementation using an introspection query to read the schema and one tool to query your server. +mcp-graphql MCP server + ## Usage Run `mcp-graphql` with the correct endpoint, it will automatically try to introspect your queries. You can optionally add a JSON string containing headers if needed.