1. Conduid
  2. Agents
  3. Gql To
MCP server · Agents

Gql To

Turn any GraphQL API into an MCP server. Point it at your schema and operations, get a fully working Model Context Protocol server with zero boilerplate.

37Low

Scored 4 months ago · breakdown

About Gql To

Gql To is an MCP server in the Agents category: turn any GraphQL API into an MCP server. Point it at your schema and operations, get a fully working Model Context Protocol server with zero boilerplate. It has been installed 0 times through Conduid.

Install

Claude Code
claude mcp add gql-to -- npx -y gql-to-mcp
npx
npx -y gql-to-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Gql To

Powered by Claude · Grounded in docs

I know everything about Gql To. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

GraphQL MCP Monorepo

This monorepo contains a GraphQL-to-MCP framework , managed with Lerna.

📦 Packages

packages/gql-mcp

Core library that converts GraphQL operations into MCP tools with support for custom multi-step tools.

examples

Example implementations and usage patterns for gql-mcp.

🚀 Quick Start

# Install dependencies
npm install

# Build all packages
npm run build

# Run both servers in parallel

🛠️ Common Commands

Build Commands

npm run build              # Build all packages
npm run build:packages     # Build only gql-to-mcp
npm run build:servers      # Build only servers

Utility Commands

npm run clean              # Clean all build artifacts
npm run lint               # Lint all packages
npm run format             # Format all code
npm run type-check         # Type check all packages

📁 Repository Structure

example-mcp/
├── packages/
│   └── gql-mcp/           # Core MCP framework library
├── examples/              # Example implementations
├── lerna.json             # Lerna configuration
└── package.json           # Root workspace configuration

📚 Documentation

🔧 Requirements

  • Node.js >= 18.19.0 or >= 20.6.0 (Node 20.x recommended)
  • npm >= 9.0.0

License

MIT

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About Gql To

How do I install Gql To?

Run claude mcp add gql-to -- npx -y gql-to-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Gql To safe to use with an AI agent?

Its trust score is 37 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Gql To still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.