Skip to content
Zed

dotnetdevmcp for Zed

io.github.csa7mdm/dotnetdevmcp

MCP server that gives AI coding agents Roslyn's compiler view of a .NET solution.

client:Zed transport:stdio runtime:nuget

Install dotnetdevmcp in Zed

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

{
  "context_servers": {
    "dotnetdevmcp": {
      "command": "dnx",
      "args": [
        "DotNetDevMCP",
        "--yes"
      ]
    }
  }
}

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

dotnetdevmcp in other clients