Skip to content
VS Code

pare github for VS Code

io.github.dave-london/pare-github

Pare GitHub ג€” Structured GitHub operations (PRs, issues, actions) as typed JSON.

client:VS Code transport:stdio runtime:npm

Install pare github in VS Code

.vscode/mcp.json

{
  "servers": {
    "pare-github": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@paretools/github"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

pare github in other clients