Knowtis for Gemini CLI
app.knowtis/knowtis
Create, search and manage Knowtis collaborative notes from AI assistants.
client:Gemini CLI
transport:streamable-http
runtime:mcpb
Install Knowtis in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"knowtis": {
"httpUrl": "https://mcp.knowtis.app/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs