AKBridge for Gemini CLI
io.github.kevynf/akbridge
Search and call AKShare financial data interfaces through three routed MCP tools
client:Gemini CLI
transport:stdio
runtime:pypi
Install AKBridge in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"akbridge": {
"command": "uvx",
"args": [
"akbridge"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs