Skip to content
Grok

resharper cli mcp for Grok

io.github.andypgray/resharper-cli-mcp

ReSharper CLI inspection/cleanup via MCP. Unofficial: not affiliated with or endorsed by JetBrains.

client:Grok transport:stdio runtime:nuget

Install resharper cli mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "resharper-cli-mcp": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "Zphil.ReSharperCli",
        "--yes"
      ],
      "env": {
        "JB_SOLUTION_PATH": "<JB_SOLUTION_PATH>",
        "JB_SETTINGS_PATH": "<JB_SETTINGS_PATH>",
        "JB_CACHE_HOME": "<JB_CACHE_HOME>",
        "JB_EXTENSIONS": "<JB_EXTENSIONS>",
        "JB_EXTENSION_SOURCE": "<JB_EXTENSION_SOURCE>",
        "RESHARPER_MCP_TIMEOUT_SECS": "<RESHARPER_MCP_TIMEOUT_SECS>",
        "RESHARPER_MCP_PREWARM": "<RESHARPER_MCP_PREWARM>",
        "RESHARPER_MCP_LOG_LEVEL": "<RESHARPER_MCP_LOG_LEVEL>",
        "MAX_MCP_OUTPUT_TOKENS": "<MAX_MCP_OUTPUT_TOKENS>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

resharper cli mcp in other clients