csharp-language-server

jgauffin/csharp-language-server
★ 0 stars C# 🤖 AI/LLM Updated 1mo ago
CSharp and nuget intelligence for coding agents (MCP server)
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "csharp-language-serv": {
      "command": "npx",
      "args": [
        "-y",
        "jgauffin/csharp-language-server"
      ]
    }
  }
}