resharper-mcp

joshua-light/resharper-mcp
★ 9 stars C# 🤖 AI/LLM Updated 8d ago
An MCP server that lives inside Rider and exposes Resharper-powered tools for AI agents that allow working with actual codebase semantics instead of `grep` approximations.
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": {
    "resharper-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "joshua-light/resharper-mcp"
      ]
    }
  }
}