netcafe tables for Gemini CLI
com.ainetcafe/netcafe-tables
Messy spreadsheets in, clean checkable tables out. Every result carries its arithmetic proof.
client:Gemini CLI
transport:streamable-http
tools:15
Install netcafe tables in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"netcafe-tables": {
"httpUrl": "https://ainetcafe.com/mcp/table?s=registry"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs