Back to MCP Servers
Graphql Forge
A lightweight, configuration-driven MCP server that exposes curated GraphQL queries as modular tools, enabling intentional API interactions from your agents.
other-tools-and-integrationsapigraphqlagent
Installation
npx -y mcp-graphql-forgeConfiguration
{
"mcpServers": {
"mcp-graphql-forge": {
"command": "npx",
"args": ["-y", "mcp-graphql-forge"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes