TuringCorp for Gemini CLI
net.turingcorp.mcp/decider
The TuringCorp MCP server. Its decide tool judges which of two defensible options is better.
client:Gemini CLI
transport:streamable-http
tools:1
Install TuringCorp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"decider": {
"httpUrl": "https://mcp.turingcorp.net/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs