Skip to content
Zed

.NET MCP Server for Zed

io.github.jongalloway/dotnet-mcp

AI assistant access to .NET SDK for projects, packages, building, testing, and development tools.

client:Zed transport:stdio runtime:nuget

Install .NET MCP Server in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "dotnet-mcp": {
      "command": "dnx",
      "args": [
        "Community.Mcp.DotNet",
        "--yes"
      ],
      "env": {
        "DOTNET_SKIP_FIRST_TIME_EXPERIENCE": "<DOTNET_SKIP_FIRST_TIME_EXPERIENCE>",
        "DOTNET_NOLOGO": "<DOTNET_NOLOGO>"
      }
    }
  }
}

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

.NET MCP Server in other clients