SharpLS.MCP

adainrivers/SharpLS.MCP
★ 3 stars C# 💻 Code/Dev Tools Updated 10d ago
MCP server providing C# code navigation tools powered by Roslyn. Exposes definition lookup, references, type hierarchy, diagnostics, rename, and more via the Model Context Protocol. Designed for use with Claude Code and other MCP-compatible clients.
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": {
    "sharpls.mcp": {
      "command": "npx",
      "args": [
        "-y",
        "adainrivers/SharpLS.MCP"
      ]
    }
  }
}