Roslyn-powered C# MCP server for AI agents. Enables semantic code analysis, precise diagnostics, and safe refactoring without full rebuilds.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"roslynmcpserver": {
"command": "npx",
"args": [
"-y",
"VuDZ/RoslynMcpServer"
]
}
}
}
Run in terminal:
claude mcp add roslynmcpserver npx -y VuDZ/RoslynMcpServer
Add to .cursor/mcp.json:
{
"mcpServers": {
"roslynmcpserver": {
"command": "npx",
"args": [
"-y",
"VuDZ/RoslynMcpServer"
]
}
}
}