Skip to content

Template MCP Server for Zed

com.microsoft/template-server-name

Template MCP server example.

client:Zed transport:stdio runtime:nuget

Install Template MCP Server in Zed

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

{
  "context_servers": {
    "template-server-name": {
      "command": "dnx",
      "args": [
        "Microsoft.Template.Mcp",
        "--yes"
      ]
    }
  }
}

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

Template MCP Server in other clients