mcp-graphql-forge

UnitVectorY-Labs/mcp-graphql-forge
★ 4 stars Go AI/LLM Updated today
A lightweight, configuration-driven MCP server that exposes curated GraphQL queries as modular tools, enabling intentional API interactions from your agents.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-graphql-forge": {
      "command": "go",
      "args": [
        "run",
        "github.com/UnitVectorY-Labs/mcp-graphql-forge@latest"
      ]
    }
  }
}

README Excerpt

A lightweight, configuration-driven MCP server that exposes curated GraphQL queries as modular tools, enabling intentional API interactions from your agents. `mcp-graphql-forge` lets you turn any GraphQL endpoint into an MCP server whose tools are defined in YAML files that specify the GraphQL queries and their parameters. This allows you to create a modular, secure, and minimal server that can be easily extended without modifying the application code.

Tools (20)

ExampleServerFORGE_CONFIGFORGE_DEBUGannotationsdescriptiondestructiveHintenvenv_passthroughgetUseridempotentHintinputsjsonloginopenWorldHintoutputqueryrawreadOnlyHintrequiredtitle

Topics

gographqlmcp-server