Skip to main content
Other Tools and IntegrationsGo

UnitVectorY-Labs/mcp-graphql-forge

A lightweight, configuration-driven MCP server that exposes curated GraphQL queries as modular tools, enabling intentional API interactions from your agents.

other-tools-and-integrationscloud-servicemacoswindowslinux
Share:

Quick Start

Clone the repository:

git clone https://github.com/UnitVectorY-Labs/mcp-graphql-forge

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-graphql-forge": {
      "command": "npx",
      "args": [
        "-y",
        "UnitVectorY-Labs/mcp-graphql-forge"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
Go
Author
UnitVectorY-Labs