JP Bids for Gemini CLI
io.github.sugukurukabe/jp-bids
Read-only MCP server for searching Japan government procurement bid information from the KKJ portal.
client:Gemini CLI
transport:streamable-http
runtime:npm
Install JP Bids in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"jp-bids": {
"httpUrl": "https://mcp.bid-jp.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs