KLinePic for Cline
io.github.sher1096/klinepic
Create annotated candlestick charts from broker or exchange fills for post-trade review.
client:Cline
transport:stdio
runtime:oci
Install KLinePic in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"klinepic": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sher1096/klinepic-mcp-server:0.1.0"
],
"env": {
"KLINE_AGENT_API_KEY": "<KLINE_AGENT_API_KEY>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs