Skip to content
Zed

MetaTrader 5 MCP Bridge for Zed

io.github.vincentwongso/mt5-trading-mcp

Let an AI agent read and trade a MetaTrader 5 account over MCP, behind a human-approval gate.

client:Zed transport:stdio runtime:pypi

Install MetaTrader 5 MCP Bridge in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "mt5-trading-mcp": {
      "command": "uvx",
      "args": [
        "mt5-trading-mcp"
      ],
      "env": {
        "MT5_LOGIN": "<MT5_LOGIN>",
        "MT5_PASSWORD": "<MT5_PASSWORD>",
        "MT5_SERVER": "<MT5_SERVER>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

MetaTrader 5 MCP Bridge in other clients