Skip to content
Zed

roz mcp for Zed

io.github.andypgray/roz-mcp

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

client:Zed transport:stdio runtime:nuget

Install roz mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

roz mcp in other clients