KLinePic for Zed
io.github.sher1096/klinepic
Create annotated candlestick charts from broker or exchange fills for post-trade review.
client:Zed
transport:stdio
runtime:oci
Install KLinePic in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs