roz mcp for Gemini CLI
io.github.andypgray/roz-mcp
Roslyn-powered C# code navigation, blast-radius analysis, and verified edits for coding agents.
client:Gemini CLI
transport:stdio
runtime:nuget
Install roz mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"roz-mcp": {
"command": "dnx",
"args": [
"Zphil.Roz",
"--yes"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs