UnitVectorY-Labs/mcp-graphql-forge
🔌 MCP ServerUnitVectorY-Labs
A configuration-driven MCP server that transforms curated GraphQL queries into modular, agent-ready tools.
mcp-graphql-forge is a specialized MCP server built to solve the challenge of integrating complex GraphQL APIs into AI agent environments. By utilizing a configuration-driven architecture, it allows developers to map specific GraphQL queries to distinct, callable tools. This modularity is critical for enterprise applications where exposing an entire GraphQL schema to an LLM might be insecure or inefficient.
Key features include a simple YAML-based configuration system that defines the query structure, required variables, and tool metadata. When an agent requests a tool, the server executes the pre-defined GraphQL operation against the target endpoint and returns the structured JSON response. This abstraction layer ensures that the agent only interacts with the data points you explicitly permit, effectively acting as a secure gateway for API-driven agentic tasks. It supports dynamic variable injection, allowing agents to pass parameters to queries seamlessly while maintaining strict schema adherence.
💡Highlights
- ├─Config-driven GraphQL tool mapping
- ├─Secure, curated API access control
- └─Lightweight MCP-compliant architecture
🎯For
- ├─AI Engineers
- └─Backend Developers