MTContext for VS Code
io.github.mtcontext/mtcontext
Connect any MCP client to MetaTrader 4/5 to read prices, manage positions, and place trades.
client:VS Code
transport:streamable-http
Install MTContext in VS Code
.vscode/mcp.json
{
"servers": {
"mtcontext": {
"type": "http",
"url": "https://mcp.mtcontext.com/mcp/v1"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs