resharper cli mcp for Cline
io.github.andypgray/resharper-cli-mcp
ReSharper CLI inspection/cleanup via MCP. Unofficial: not affiliated with or endorsed by JetBrains.
client:Cline
transport:stdio
runtime:nuget
Install resharper cli mcp in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"resharper-cli-mcp": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs