Skip to content

sampledotnetmcpserver for Zed

io.github.timheuer/sampledotnetmcpserver

Sample .NET MCP Server

client:Zed transport:stdio runtime:nuget

Install sampledotnetmcpserver in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

sampledotnetmcpserver in other clients