Github MCP Server with Go

Hi guys,

I need some help to configure the official Github MCP Server in Cursor on my Windows machine.
Here is my setup that doesn’t work!:

"github": {
  "command": "C:\\Program Files\\Go\\bin\\go.exe",
  "args": [
    "run",
    "github.com/github/github-mcp-server/cmd/github-mcp-server@latest",
    "stdio",
    "--dynamic-toolsets"
  ],
  "env": {
    "GITHUB_PERSONAL_ACCESS_TOKEN": "xxxxx",
    "HOME": "%USERPROFILE%"
  }
}

How did you set up yours?
Thanks in advance for your help