KLinePic for Cursor
io.github.sher1096/klinepic
Create annotated candlestick charts from broker or exchange fills for post-trade review.
client:Cursor
transport:stdio
runtime:oci
Install KLinePic in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"klinepic": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/sher1096/klinepic-mcp-server:0.1.0"
],
"env": {
"KLINE_AGENT_API_KEY": "<KLINE_AGENT_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs