Skip to content
Windsurf

sampledotnetmcpserver for Windsurf

io.github.timheuer/sampledotnetmcpserver

Sample .NET MCP Server

client:Windsurf transport:stdio runtime:nuget

Install sampledotnetmcpserver in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

{
  "mcpServers": {
    "sampledotnetmcpserver": {
      "command": "dnx",
      "args": [
        "TimHeuer.SampleDotnetMcpServer",
        "--yes"
      ]
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

sampledotnetmcpserver in other clients