THOR for Gemini CLI
io.github.nworks3d/thor
Local memory for coding agents. A rule with a runnable proof can refuse a wrong command.
client:Gemini CLI
transport:stdio
runtime:oci
Install THOR in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"thor": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/nworks3d/thor-mcp:2.4.0"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs