Trivia for VS Code
io.github.pipeworx-io/trivia
Trivia MCP — wraps Open Trivia Database (free, no auth)
client:VS Code
transport:streamable-http
Install Trivia in VS Code
.vscode/mcp.json
{
"servers": {
"trivia": {
"type": "http",
"url": "https://gateway.pipeworx.io/trivia/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs