71
/ 100
1 month ago
glama

Text-to-GraphQL MCP Server

Converts natural language queries into valid GraphQL queries and executes them against GraphQL APIs. Includes schema introspection, query validation, execution with authentication, and query history tracking.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
Open source with a license and README
Anyone can audit the code, the license is declared, and the publisher documents what it does.
🔐
You'll be asked for 4 credentials: OPENAI_API_KEY, GRAPHQL_API_KEY, ARIZE_DEVELOPER_API_KEY, ARIZE_API_KEY
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
🔐 secretOPENAI_API_KEY"": "your_openai_api_key_here",
configMODEL_NAMEe ="gpt-4o" \
configMODEL_TEMPERATURE${MODEL_TEMPERATURE:-0}
configAPI_HOST0.0.0.0 # Important: bind to all interfaces in container
configAPI_PORTServer port 8000
configGRAPHQL_ENDPOINT"": "https://your-graphql-api.com/graphql",
🔐 secretGRAPHQL_API_KEY"": "your_api_key_here",
configGRAPHQL_HEADERSCustom headers as JSON (overrides auto-auth) {}
configGRAPHQL_AUTH_TYPE"": "bearer"
🔐 secretARIZE_DEVELOPER_API_KEY
🔐 secretARIZE_API_KEY
configARIZE_PROJECT_NAME
configSPACE_ID
configRECURSION_LIMITMax recursion for agent workflow 10
configAGENT_VERSION
configMCP_MODE
configRUNNING_AS_MCP_SERVER
configNO_COLOR
configFORCE_COLOR
configTERM
configCOLORTERM
configANSI_COLORS_DISABLED
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 5 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/arize-ai-text-to-graphql-mcp-ufnlh7)](https://m8ven.ai/mcp/arize-ai-text-to-graphql-mcp-ufnlh7)
commit: 69669c1bc00b3f1a5c5af3ff0265778214b10486
code hash: 3bd99c4d17b0ea2d2e17e0fda41db2bb62bc0505d4ff1024365561a06977a9ad
verified: 6/17/2026, 12:43:09 PM
view raw JSON →