graphql-php

GitHub

PHP implementation of the GraphQL specification based on the reference implementation in JavaScript

4,713 stars PHP 1 file ยท ~13,852 tokens #api#api-management#graphql#graphql-php#php#rest-replacement

Executor (graphql-php) MCP Server

Model Context Protocol (executor) server

View all graphql-php servers
Ready-to-Use Client Configurations
{
  "mcpServers": {
    "executor": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-executor"
      ]
    }
  }
}