serve for VS Code
cc.servelink/serve
Public links for local services and static artifacts: live from your machine or hosted by Serve.
client:VS Code
transport:stdio
runtime:npm
Install serve in VS Code
.vscode/mcp.json
{
"servers": {
"serve": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@servelink/serve"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs