Skip to content
Windsurf

KLinePic for Windsurf

io.github.sher1096/klinepic

Create annotated candlestick charts from broker or exchange fills for post-trade review.

client:Windsurf transport:stdio runtime:oci

Install KLinePic in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

KLinePic in other clients