ToothNote.ai for Gemini CLI
ai.toothnote/practice-reporting
Read-only dental practice aggregates: patients seen, procedure mix, and letter activity.
client:Gemini CLI
transport:streamable-http
Install ToothNote.ai in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"practice-reporting": {
"httpUrl": "https://app.toothnote.ai/api/public/v1/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs