roz mcp for Cursor
io.github.andypgray/roz-mcp
Roslyn-powered C# code navigation, blast-radius analysis, and verified edits for coding agents.
client:Cursor
transport:stdio
runtime:nuget
Install roz mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"roz-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"Zphil.Roz",
"--yes"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs