sharp-mcp

patilprashant6792-official/sharp-mcp
★ 9 stars C# 💻 Code/Dev Tools Updated 9d ago
The AI-native C# dev environment — codebase analysis, real NuGet DLL reflection, surgical file editing, and live build diagnostics. All in one 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": {
    "sharp-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "patilprashant6792-official/sharp-mcp"
      ]
    }
  }
}