three.ws Tutor for Gemini CLI
io.github.nirholas/tutor-mcp
Read a Pay-As-You-Learn tutoring session's itemized tab and close it for an attested invoice.
client:Gemini CLI
transport:stdio
runtime:npm
Install three.ws Tutor in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"tutor-mcp": {
"command": "npx",
"args": [
"-y",
"@three-ws/tutor-mcp"
],
"env": {
"THREE_WS_BASE": "<THREE_WS_BASE>",
"THREE_WS_TIMEOUT_MS": "<THREE_WS_TIMEOUT_MS>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs