tablecloth mcp for Gemini CLI
io.github.yourtablecloth/tablecloth-mcp
Open Korean e-Gov and finance sites in a clean, disposable Windows Sandbox with security programs.
client:Gemini CLI
transport:stdio
runtime:npm
Install tablecloth mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"tablecloth-mcp": {
"command": "npx",
"args": [
"-y",
"tablecloth-mcp"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs