sharplens-mcp

pzalutski-pixel/sharplens-mcp
★ 13 stars C# 🤖 AI/LLM Updated 18d ago
Roslyn-powered MCP server for AI-driven C# semantic analysis, refactoring, and code generation
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": {
    "sharplens-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pzalutski-pixel/sharplens-mcp"
      ]
    }
  }
}

Topics

aiclaude-codecode-analysiscsharpdotnetmcproslynsemantic-analysis