.NET MCP Server for Windsurf
io.github.jongalloway/dotnet-mcp
AI assistant access to .NET SDK for projects, packages, building, testing, and development tools.
client:Windsurf
transport:stdio
runtime:nuget
Install .NET MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"dotnet-mcp": {
"command": "dnx",
"args": [
"Community.Mcp.DotNet",
"--yes"
],
"env": {
"DOTNET_SKIP_FIRST_TIME_EXPERIENCE": "<DOTNET_SKIP_FIRST_TIME_EXPERIENCE>",
"DOTNET_NOLOGO": "<DOTNET_NOLOGO>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs