chart-context
About
Read-only MCP server: AI agents read your live MyLinedChart desktop chart context. Local, IBKR.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
MLC_CONTEXT_FILEClaude Code
claude mcp add --env MLC_CONTEXT_FILE= chart-context -- npx @mylinedchart/mcp-chart-context
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"chart-context","command":"npx","args":["@mylinedchart/mcp-chart-context"],"env":{"MLC_CONTEXT_FILE":""}}'
JSON
{
"mcpServers": {
"chart-context": {
"command": "npx",
"args": [
"@mylinedchart/mcp-chart-context"
],
"env": {
"MLC_CONTEXT_FILE": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.