π¦
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.
0 installs
Trust: 37 β Low
Agents
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.
0/500
Loading tools...
Reviews
Documentation
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
