ampleMcpServer for Windsurf
io.github.duiduixu/amplemcpserver
生成随机数MCP Server
client:Windsurf
transport:stdio
runtime:nuget
Install ampleMcpServer in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"amplemcpserver": {
"command": "dnx",
"args": [
"sterlingxu_SampleMcpServer",
"--yes"
],
"env": {
"WEATHER_CHOICES": "<WEATHER_CHOICES>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs