resharper-cli-mcp
Rank #5,055io.github.andypgray/resharper-cli-mcp
ReSharper CLI inspection/cleanup via MCP. Unofficial: not affiliated with or endorsed by JetBrains.
resharper-cli-mcp is a Model Context Protocol (MCP) server published by andypgray. It ranks #5,055 of 127,399 servers tracked on MCP Toplist. resharper-cli-mcp is listed across 3 registries — Official MCP, PulseMCP and Glama, with 10 tracked versions. It was first listed on Jul 10, 2026 and most recently updated on Sep 8, 2026.
Ranks ahead of 122,344 of 127,399 servers on MCP Toplist.
Use resharper-cli-mcp
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add resharper-cli-mcp -e "JB_SOLUTION_PATH=<your JB_SOLUTION_PATH>" -e "JB_SETTINGS_PATH=<your JB_SETTINGS_PATH>" -e "JB_CACHE_HOME=<your JB_CACHE_HOME>" -e "JB_EXTENSIONS=<your JB_EXTENSIONS>" -e "JB_EXTENSION_SOURCE=<your JB_EXTENSION_SOURCE>" -e "RESHARPER_MCP_TIMEOUT_SECS=<your RESHARPER_MCP_TIMEOUT_SECS>" -e "RESHARPER_MCP_PREWARM=<your RESHARPER_MCP_PREWARM>" -e "RESHARPER_MCP_LOG_LEVEL=<your RESHARPER_MCP_LOG_LEVEL>" -e "MAX_MCP_OUTPUT_TOKENS=<your MAX_MCP_OUTPUT_TOKENS>" -- dnx Zphil.ReSharperCliReplace each placeholder with your own value before saving.
[mcp_servers.resharper-cli-mcp]
command = "dnx"
args = ["Zphil.ReSharperCli"]
[mcp_servers.resharper-cli-mcp.env]
JB_SOLUTION_PATH = "<your JB_SOLUTION_PATH>"
JB_SETTINGS_PATH = "<your JB_SETTINGS_PATH>"
JB_CACHE_HOME = "<your JB_CACHE_HOME>"
JB_EXTENSIONS = "<your JB_EXTENSIONS>"
JB_EXTENSION_SOURCE = "<your JB_EXTENSION_SOURCE>"
RESHARPER_MCP_TIMEOUT_SECS = "<your RESHARPER_MCP_TIMEOUT_SECS>"
RESHARPER_MCP_PREWARM = "<your RESHARPER_MCP_PREWARM>"
RESHARPER_MCP_LOG_LEVEL = "<your RESHARPER_MCP_LOG_LEVEL>"
MAX_MCP_OUTPUT_TOKENS = "<your MAX_MCP_OUTPUT_TOKENS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"resharper-cli-mcp": {
"command": "dnx",
"args": [
"Zphil.ReSharperCli"
],
"env": {
"JB_SOLUTION_PATH": "<your JB_SOLUTION_PATH>",
"JB_SETTINGS_PATH": "<your JB_SETTINGS_PATH>",
"JB_CACHE_HOME": "<your JB_CACHE_HOME>",
"JB_EXTENSIONS": "<your JB_EXTENSIONS>",
"JB_EXTENSION_SOURCE": "<your JB_EXTENSION_SOURCE>",
"RESHARPER_MCP_TIMEOUT_SECS": "<your RESHARPER_MCP_TIMEOUT_SECS>",
"RESHARPER_MCP_PREWARM": "<your RESHARPER_MCP_PREWARM>",
"RESHARPER_MCP_LOG_LEVEL": "<your RESHARPER_MCP_LOG_LEVEL>",
"MAX_MCP_OUTPUT_TOKENS": "<your MAX_MCP_OUTPUT_TOKENS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"resharper-cli-mcp": {
"command": "dnx",
"args": [
"Zphil.ReSharperCli"
],
"env": {
"JB_SOLUTION_PATH": "<your JB_SOLUTION_PATH>",
"JB_SETTINGS_PATH": "<your JB_SETTINGS_PATH>",
"JB_CACHE_HOME": "<your JB_CACHE_HOME>",
"JB_EXTENSIONS": "<your JB_EXTENSIONS>",
"JB_EXTENSION_SOURCE": "<your JB_EXTENSION_SOURCE>",
"RESHARPER_MCP_TIMEOUT_SECS": "<your RESHARPER_MCP_TIMEOUT_SECS>",
"RESHARPER_MCP_PREWARM": "<your RESHARPER_MCP_PREWARM>",
"RESHARPER_MCP_LOG_LEVEL": "<your RESHARPER_MCP_LOG_LEVEL>",
"MAX_MCP_OUTPUT_TOKENS": "<your MAX_MCP_OUTPUT_TOKENS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"resharper-cli-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"Zphil.ReSharperCli"
],
"env": {
"JB_SOLUTION_PATH": "<your JB_SOLUTION_PATH>",
"JB_SETTINGS_PATH": "<your JB_SETTINGS_PATH>",
"JB_CACHE_HOME": "<your JB_CACHE_HOME>",
"JB_EXTENSIONS": "<your JB_EXTENSIONS>",
"JB_EXTENSION_SOURCE": "<your JB_EXTENSION_SOURCE>",
"RESHARPER_MCP_TIMEOUT_SECS": "<your RESHARPER_MCP_TIMEOUT_SECS>",
"RESHARPER_MCP_PREWARM": "<your RESHARPER_MCP_PREWARM>",
"RESHARPER_MCP_LOG_LEVEL": "<your RESHARPER_MCP_LOG_LEVEL>",
"MAX_MCP_OUTPUT_TOKENS": "<your MAX_MCP_OUTPUT_TOKENS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"resharper-cli-mcp": {
"command": "dnx",
"args": [
"Zphil.ReSharperCli"
],
"env": {
"JB_SOLUTION_PATH": "<your JB_SOLUTION_PATH>",
"JB_SETTINGS_PATH": "<your JB_SETTINGS_PATH>",
"JB_CACHE_HOME": "<your JB_CACHE_HOME>",
"JB_EXTENSIONS": "<your JB_EXTENSIONS>",
"JB_EXTENSION_SOURCE": "<your JB_EXTENSION_SOURCE>",
"RESHARPER_MCP_TIMEOUT_SECS": "<your RESHARPER_MCP_TIMEOUT_SECS>",
"RESHARPER_MCP_PREWARM": "<your RESHARPER_MCP_PREWARM>",
"RESHARPER_MCP_LOG_LEVEL": "<your RESHARPER_MCP_LOG_LEVEL>",
"MAX_MCP_OUTPUT_TOKENS": "<your MAX_MCP_OUTPUT_TOKENS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"resharper-cli-mcp": {
"command": "dnx",
"args": [
"Zphil.ReSharperCli"
],
"env": {
"JB_SOLUTION_PATH": "<your JB_SOLUTION_PATH>",
"JB_SETTINGS_PATH": "<your JB_SETTINGS_PATH>",
"JB_CACHE_HOME": "<your JB_CACHE_HOME>",
"JB_EXTENSIONS": "<your JB_EXTENSIONS>",
"JB_EXTENSION_SOURCE": "<your JB_EXTENSION_SOURCE>",
"RESHARPER_MCP_TIMEOUT_SECS": "<your RESHARPER_MCP_TIMEOUT_SECS>",
"RESHARPER_MCP_PREWARM": "<your RESHARPER_MCP_PREWARM>",
"RESHARPER_MCP_LOG_LEVEL": "<your RESHARPER_MCP_LOG_LEVEL>",
"MAX_MCP_OUTPUT_TOKENS": "<your MAX_MCP_OUTPUT_TOKENS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.andypgray%2Fresharper-cli-mcp)<a href="https://mcptoplist.com/server/io.github.andypgray%2Fresharper-cli-mcp"><img src="https://mcptoplist.com/badge/io.github.andypgray%2Fresharper-cli-mcp.svg" alt="MCP Toplist: Top 5% of 127,399" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
andypgray
Other servers by andypgray
View all andypgray servers →Available versions (10)
| Version | Published |
|---|---|
| 1.7.0 | Sep 8, 2026 |
| 1.6.0 | Aug 30, 2026 |
| 1.5.0 | Aug 26, 2026 |
| 1.4.0 | Aug 16, 2026 |
| 1.3.0 | Aug 13, 2026 |
| 1.2.1 | Aug 7, 2026 |
| 1.2.0 | Aug 5, 2026 |
| 1.1.1 | Aug 1, 2026 |
| 1.1.0 | Jul 27, 2026 |
| 1.0.1 | Jul 10, 2026 |
Frequently asked questions
- Who maintains resharper-cli-mcp?
- resharper-cli-mcp is maintained by andypgray, which publishes 3 MCP servers (17 total versions) tracked on MCP Toplist.
- Is resharper-cli-mcp listed on the Official MCP Registry?
- Yes — resharper-cli-mcp is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does resharper-cli-mcp have?
- MCP Toplist tracks 10 versions of resharper-cli-mcp, most recently published on Sep 8, 2026.
- Where can I find the source code for resharper-cli-mcp?
- The source code for resharper-cli-mcp is hosted at github.com/andypgray/resharper-cli-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.