Skip to content
VS Code

roz mcp for VS Code

io.github.andypgray/roz-mcp

Roslyn-powered C# code navigation, blast-radius analysis, and verified edits for coding agents.

client:VS Code transport:stdio runtime:nuget

Install roz mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "roz-mcp": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "Zphil.Roz",
        "--yes"
      ]
    }
  }
}

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

roz mcp in other clients