claude-roslyn-lsp

erinloy/claude-roslyn-lsp
★ 0 stars C# Code/Dev Tools Updated today
Roslyn C#/VB language server for Claude Code: one shared per-workspace server, analyzer shadow-copying so builds never lock, native .slnx and .NET 10, with a refactoring MCP and an extension API for live systems.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "claude-roslyn-lsp": {
      "command": "npx",
      "args": [
        "-y",
        "erinloy/claude-roslyn-lsp"
      ]
    }
  }
}

README Excerpt

Roslyn's language server — `Microsoft.CodeAnalysis.LanguageServer`, the engine behind the C# Dev Kit — packaged as a thin per-session clients, so several Claude Code instances share a single loaded solution instead of each loading its own. It ships three things: - the **LSP server** (diagnostics, go-to-definition, find-references, hover, rename, code actions, workspace symbols);

Tools (5)

CLAUDE_ROSLYN_MULTI_REPOCLAUDE_ROSLYN_SERVER_PATHCLAUDE_ROSLYN_SOLUTIONCLAUDE_ROSLYN_VERSIONclaude