When is Cursor gonna fix MCP servers for WSL2 users?

It’s so annoying I need to keep specifying servers like this:

{
  "mcpServers": {
    "convex": {
      "command": "wsl",
      "args": [
        "bash",
        "-c",
        "'/home/user/.bun/bin/bunx -y convex@latest mcp start'"
      ],
      "enabled": true
    }
  }
}

Just look at the sheer amount of people having issues because they couldn’t figure out that Cursor MCP servers don’t automatically work with WSL2 and they were probably following some docs copy/pasting the Cursor config hoping it would automatically work: getting error · Issue #19 · upstash/context7 · GitHub

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.