dotnetdevmcp for Cline
io.github.csa7mdm/dotnetdevmcp
MCP server for .NET: Roslyn code navigation and refactoring, build, and affected-test selection.
client:Cline
transport:stdio
runtime:nuget
Install dotnetdevmcp 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": {
"dotnetdevmcp": {
"command": "dnx",
"args": [
"DotNetDevMCP",
"--yes"
]
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs