RoslynCSMCP

bbfox0703/RoslynCSMCP
★ 1 stars C# Code/Dev Tools Updated 1mo ago
A Model Context Protocol (MCP) server that provides C# code analysis capabilities using Microsoft Roslyn by Claude code
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "roslyncsmcp": {
      "command": "npx",
      "args": [
        "-y",
        "bbfox0703/RoslynCSMCP"
      ]
    }
  }
}

README Excerpt

A C# MCP (Model Context Protocol) server that integrates with Microsoft's Roslyn compiler platform to provide Vibe-coding tools like **Claude Desktop** and **Claude CLI** with powerful code analysis and navigation capabilities for C# codebases. Notice: most codes after forked from original repository was completed by Claude code.

Topics

claude-codecsharpdotnetmcpplaygroundroslyn