serve for Windsurf
cc.servelink/serve
Public links for local services and static artifacts: live from your machine or hosted by Serve.
client:Windsurf
transport:stdio
runtime:npm
Install serve in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"serve": {
"command": "npx",
"args": [
"-y",
"@servelink/serve"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs