chart context for VS Code
com.mylinedchart/chart-context
Read-only MCP server: AI agents read your live MyLinedChart desktop chart context. Local, IBKR.
client:VS Code
transport:stdio
runtime:npm
Install chart context in VS Code
.vscode/mcp.json
{
"inputs": [
{
"type": "promptString",
"id": "mlc-context-file",
"description": "MLC_CONTEXT_FILE",
"password": true
}
],
"servers": {
"chart-context": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@mylinedchart/mcp-chart-context"
],
"env": {
"MLC_CONTEXT_FILE": "${input:mlc-context-file}"
}
}
}
}
VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs