Back to Home
zcebupelka icon

graphql-mcp-bridge

Verified Safe

by zcebupelka

Overview

Facilitates seamless integration between GraphQL APIs and Model Context Protocol (MCP) compatible AI systems by converting GraphQL schemas into type-safe, validated MCP tools.

Installation

Run Command
No command provided

Security Notes

The library employs Zod for comprehensive input and output validation, significantly reducing common injection risks. GraphQL queries are generated using variables (`$var`) rather than direct string interpolation of user data, preventing GraphQL injection vulnerabilities. No direct use of `eval` or `child_process` detected at runtime. The `schemaParser` includes configurable limits (`maxOperations`, `maxFields`, `maxSchemaDepth`) to mitigate potential Denial-of-Service attacks from overly complex or large GraphQL schema inputs, though proper configuration is required for very large/malicious schemas.

Similar Servers

Stats

Interest Score30
Security Score9
Cost ClassMedium
Avg Tokens200
Stars1
Forks0
Last Update2026-01-19

Tags

GraphQLMCPAIBridgeTypeScript