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