MCP Server
Active
MIT
io.github.andypgray/roz-mcp MCP Server
io.github.andypgray/roz-mcp
What is the io.github.andypgray/roz-mcp MCP server?
Roslyn-powered C# code navigation, blast-radius analysis, and verified edits for coding agents.
How to install io.github.andypgray/roz-mcp
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"roz-mcp": {
"command": "dnx",
"args": [
"Zphil.Roz"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"roz-mcp": {
"command": "dnx",
"args": [
"Zphil.Roz"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"roz-mcp": {
"command": "dnx",
"args": [
"Zphil.Roz"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"roz-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"Zphil.Roz"
]
}
}
}Claude Code
claude mcp add roz-mcp -- dnx Zphil.RozRelated MCP servers
Checks .NET solutions against a fluent C# architecture spec and explains the rules to agents.
0
View repository →C#
MIT
ReSharper CLI inspection/cleanup via MCP. Unofficial: not affiliated with or endorsed by JetBrains.
0
View repository →C#
MIT