KLinePic for Claude Desktop
io.github.sher1096/klinepic
Create annotated candlestick charts from broker or exchange fills for post-trade review.
client:Claude Desktop
transport:stdio
runtime:oci
Install KLinePic in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.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>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs