Skip to content
Cursor

chart context for Cursor

com.mylinedchart/chart-context

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

client:Cursor transport:stdio runtime:npm

Install chart context in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

chart context in other clients