Skip to content
VS Code

Pay Bands for VS Code

io.github.dheerajjha/payband-mcp

What a role really pays, including markets where the employer publishes no range.

client:VS Code transport:stdio runtime:pypi

Install Pay Bands in VS Code

.vscode/mcp.json

{
  "servers": {
    "payband-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "payband-mcp"
      ]
    }
  }
}

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

Pay Bands in other clients