Catalog
io.github.geraservicesuk/mcp-geraquest
OfficialAI prompt engineering game: challenges, leaderboards, community prompts.
Gamified prompt engineering platform with challenges, leaderboards, and community prompts.
README not available yet.
Install
Configuration
Environment variables
GERAQUEST_API_URLBase URL for the PromptQuest API (defaults to https://api.promptquest.app)
claude_desktop_config.json
{
"mcpServers": {
"mcp-geraquest": {
"command": "npx",
"args": [
"-y",
"@gera-services/mcp-geraquest@0.1.1"
],
"env": {
"GERAQUEST_API_URL": "<YOUR_GERAQUEST_API_URL>"
}
}
}
}