mcpbeat Sign in

MCP Graphql Enhanced MCP Server

local only

MCP Graphql Enhanced runs on your own machine — the client starts it, so there is no endpoint to ping. 9 855 installs a week from npm. Last commit 8 Sep 2026.

GraphQL gateway for LLMs. Handles huge GitHub GraphQL & @neo4j/graphql schemas without crashing

Installs per day peak 2 243 · avg 1 041 · +124% w/w
a month agotoday
9 855
Installs / week
npm · @letoribo/mcp-graphql-enhanced
3
Stars
0 open issues
8 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 23 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Checks whether it runs in a sandbox src/helpers/container.ts:10
        if (fs.existsSync("/.dockerenv")) {

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-graphql-enhanced -- npx -y @letoribo/mcp-graphql-enhanced
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-graphql-enhanced": {
      "args": [
        "-y",
        "@letoribo/mcp-graphql-enhanced"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-graphql-enhanced]
command = "npx"
args = ["-y", "@letoribo/mcp-graphql-enhanced"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-graphql-enhanced": {
      "args": [
        "-y",
        "@letoribo/mcp-graphql-enhanced"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-graphql-enhanced": {
      "args": [
        "-y",
        "@letoribo/mcp-graphql-enhanced"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ENDPOINT (GraphQL endpoint(s). Supports comma-separated list for Multi-Node Architecture.), HEADERS (JSON string containing headers for requests.), ALLOW_MUTATIONS (Enable mutation operations (disabled by default).), NAME (Name of the MCP server.), SCHEMA (Path to a local GraphQL schema file or URL.), MCP_PORT (Port for the HTTP/JSON-RPC server.), ENABLE_HTTP (Enable HTTP transport: auto (default), true, or false.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to MCP Graphql Enhanced

same job, measured the same way
MCP Oss Onramp
by ryotaro-tanaka

MCP server to scout beginner-friendly OSS issues with high precision using GitHub GraphQL

41 installs/wk local only
MCP Billing Gateway
by sapph1re

Billing proxy for MCP servers. Adds Stripe and x402 crypto payments without writing billing code.

64 installs/wk 12 tools answering
Cortex
by danielblomma

Local repo context for coding assistants with semantic search and graph relationships.

363 installs/wk local only
Secure Schema MCP
by siddharth-coder13

Read-only MCP server for exposing database schema metadata without row data.

66 installs/wk local only
Geolint
by iliasabk

ESLint for AI search: audits AI-crawler access, llms.txt, schema and citability.

1 147 installs/wk local only
Understand Quickly
by looptech-ai

Public registry of code-knowledge graphs for AI agents with schema validation and drift detection.

32 installs/wk local only
LLM CLI Gateway
by verivus-oss

One MCP endpoint for Claude Code, Codex, Gemini, Grok and Mistral CLIs, with durable async jobs.

231 installs/wk local only
Agent Signals MCP
by hassanahashish-design

Hiring, SEC, research papers, GitHub & Hacker News as JSON for AI agents. Pay-per-result on Apify.

answering

MCP Graphql Enhanced — questions

Answers built from our own checks of this server.

Why is there no uptime for MCP Graphql Enhanced?
MCP Graphql Enhanced runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @letoribo/mcp-graphql-enhanced was installed 9 855 times last week.
How do I connect MCP Graphql Enhanced?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @letoribo/mcp-graphql-enhanced straight from npm; nothing to host, nothing to sign up for.
How many people use MCP Graphql Enhanced?
The npm package @letoribo/mcp-graphql-enhanced was installed 9 855 times in the last week. Week over week that is +124%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is MCP Graphql Enhanced open source?
Yes — it is published under the MIT licence, written in TypeScript and 3 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.