Add Gadfly to Claude Code and Cursor for question generation
Email daniel@hypandra.com for any questions or support.
Claude Code Setup
Run this command in your terminal to install Gadfly MCP server.
claude mcp add --transport http hypandra-gadfly https://hypandra.com/api/v1/gadfly/mcp --header "Authorization: Bearer hg_your_api_key_here"Replace hg_your_api_key_here with your API key from the API Keys page.
See Claude Code MCP documentation for more details.
Cursor Setup
Add this configuration to your ~/.cursor/mcp.json file.
{
"mcpServers": {
"hypandra-gadfly": {
"url": "https://hypandra.com/api/v1/gadfly/mcp",
"headers": {
"Authorization": "Bearer hg_your_api_key_here"
}
}
}
}Replace hg_your_api_key_here with your API key from the API Keys page.
See Cursor's MCP documentation for detailed setup instructions.
Available Tools
These tools will be available in your IDE after setup.
- •
suggest_questionsGenerate review, search, and discussion questions - •
helpGet description of context for the suggest_questions tool
