Skip to content

gnu global cpp vscode config pack for Cursor

io.github.jmshinhwa/gnu-global-cpp-vscode-config-pack

21 rules that read the values in a shared .vscode folder, plus 45 snippets. VS Code loads a wrong va

client:Cursor transport:stdio runtime:npm

Install gnu global cpp vscode config pack in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "gnu-global-cpp-vscode-config-pack": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@readystack/gnu-global-cpp-vscode-config-pack"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

gnu global cpp vscode config pack in other clients