From 66db2ca5600c11cb8ee3dd15b53f89edd70839d0 Mon Sep 17 00:00:00 2001 From: Frank Fiegel <108313943+punkpeye@users.noreply.github.com> Date: Thu, 26 Dec 2024 23:00:37 -0600 Subject: [PATCH] add MCP server badge This PR adds a badge for the mcp-graphql server listing in Glama MCP server directory. mcp-graphql MCP server Glama performs regular codebase and documentation scans to: * Confirm that the MCP server is working as expected * Confirm that there are no obvious security issues with dependencies of the server * Extract server characteristics such as tools, resources, prompts, and required parameters. This badge helps your users to quickly asses that the MCP server is safe, server capabilities, and instructions for installing the server. --- README.md | 2 ++ 1 file changed, 2 insertions(+) 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.