fotoetienne/gqai
Define tools using regular GraphQL queries/mutations and gqai automatically generates an MCP server for you.
Quick Start
Clone the repository:
git clone https://github.com/fotoetienne/gqaiClaude Desktop configuration example:
{
"mcpServers": {
"gqai": {
"command": "npx",
"args": [
"-y",
"fotoetienne/gqai"
]
}
}
}Check the repository README for specific installation and configuration instructions.