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 mcp add gql-to -- npx -y gql-to-mcpnpx -y gql-to-mcpThis 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
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
- Lerna Guide - Complete Lerna reference
- Quick Start - Quick start commands
- Setup - Detailed setup instructions
🔧 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.