Back to directory
rerost/mcp-graphql

rerost/mcp-graphql

@rerost

MCP server for GraphQL endpoints, written in Go.

graphqlmcpapiintrospectionquerytoolgo

Installation & Configuration

{
  "mcpServers": {
    "graphql": {
      "command": "go",
      "args": [
        "run",
        "github.com/rerost/mcp-graphql@latest",
        "--endpoint",
        "https://api.github.com/graphql",
        "--headers",
        "Authorization=Bearer <TOKEN>"
      ]
    }
  }
}

Information

Transport
stdio
Language
Go
Created
2026/6/15
Updated
2026/6/17