Skip to content
Zed

chart context for Zed

com.mylinedchart/chart-context

Read-only MCP server: AI agents read your live MyLinedChart desktop chart context. Local, IBKR.

client:Zed transport:stdio runtime:npm

Install chart context in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "chart-context": {
      "command": "npx",
      "args": [
        "-y",
        "@mylinedchart/mcp-chart-context"
      ],
      "env": {
        "MLC_CONTEXT_FILE": "<MLC_CONTEXT_FILE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

chart context in other clients