World Resolver for Gemini CLI
io.github.ajithisaac/world-resolver
Resolve real-world capability gaps: validate native MCPs, search the web, and record unmet demand.
client:Gemini CLI
transport:streamable-http
tools:3
Install World Resolver in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"world-resolver": {
"httpUrl": "https://world-resolver-mcp.ajithisaac.workers.dev/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs