Stockbit MCP for Gemini CLI
io.github.ino-xious/stockbit-mcp
Indonesian exchange (IDX) via your own Stockbit account: quotes, bandarmology, charts. Unofficial.
client:Gemini CLI
transport:stdio
runtime:npm
Install Stockbit MCP in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"stockbit-mcp": {
"command": "npx",
"args": [
"-y",
"stockbit-mcp"
],
"env": {
"STOCKBIT_TOOLS": "<STOCKBIT_TOOLS>",
"STOCKBIT_TRADING": "<STOCKBIT_TRADING>",
"STOCKBIT_NO_BROWSER": "<STOCKBIT_NO_BROWSER>",
"STOCKBIT_STORE_DIR": "<STOCKBIT_STORE_DIR>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs