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