Template MCP Server for Windsurf
com.microsoft/template-server-name
Template MCP server example.
client:Windsurf
transport:stdio
runtime:nuget
Install Template MCP Server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"template-server-name": {
"command": "dnx",
"args": [
"Microsoft.Template.Mcp",
"--yes"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs