{
  "_comment": "Synapse MT5 — Cursor Configuration",
  "_file": ".cursor/mcp.json (in project root)",

  "mcpServers": {
    "synapse-mt5": {
      "command": "npx",
      "args": ["-y", "synapse-mt5", "--", "--profile", "analysis"],
      "env": {
        "SYNAPSE_LICENSE_KEY": "YOUR-LICENSE-KEY"
      }
    }
  }
}
