ultrasharp-tools-mcp

faxenoff/ultrasharp-tools-mcp
★ 13 stars C# 💻 Code/Dev Tools Updated 17d ago
Ultra-fast MCP server enabling AI agents to comprehensively work with C# solutions: instant structural search, code modification with automatic linting/formatting/fixes, static debugging and backwards crash analysis, integrated Git automation. Your AI's survival kit for massive codebases!
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": {
    "ultrasharp-tools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "faxenoff/ultrasharp-tools-mcp"
      ]
    }
  }
}