samplemcp server for Windsurf
io.github.quangsumi/samplemcp-server
A sample MCP server that returns random weather descriptions.
client:Windsurf
transport:stdio
runtime:nuget
Install samplemcp server in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"samplemcp-server": {
"command": "dnx",
"args": [
"Quangsumi.SampleMcpServer",
"--yes"
],
"env": {
"WEATHER_CHOICES": "<WEATHER_CHOICES>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs