a year ago
developer-toolsA lightweight, configuration-driven MCP server that exposes curated GraphQL queries as modular tools, enabling intentional API interactions from your agents.
Overview
what is mcp-graphql-forge?
mcp-graphql-forge is a lightweight, configuration-driven MCP server that exposes curated GraphQL queries as modular tools, enabling intentional API interactions from your agents.
how to use mcp-graphql-forge?
To use mcp-graphql-forge, configure the server using environment variables and YAML files that define the GraphQL queries and their parameters. Start the server and interact with the defined tools through API calls.
key features of mcp-graphql-forge?
- Configuration-driven setup using YAML files.
- Modular tool definitions for GraphQL queries.
- Environment variable support for easy configuration.
- Detailed debug logging for troubleshooting.
use cases of mcp-graphql-forge?
- Creating a modular API server for specific GraphQL queries.
- Enabling secure and controlled access to GraphQL endpoints.
- Simplifying API interactions for agents with predefined tools.
FAQ from mcp-graphql-forge?
- Can I use multiple GraphQL servers with mcp-graphql-forge?
No, each instance can only be used with a single GraphQL server at a single URL.
- How do I configure the server?
The server is configured using environment variables and YAML files that specify the GraphQL queries and their parameters.
- Is there support for debugging?
Yes, you can enable detailed debug logging by setting the
FORGE_DEBUGenvironment variable to true.