Odel
serve

serve

Local
@servelink-swyftlabsDockerfileUpdated Yesterday

Public links for local services and static artifacts: live from your machine or hosted by Serve.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@servelink/servev0.8.6

Run

npx -y @servelink/serve

MCP client config

{
  "mcpServers": {
    "serve": {
      "command": "npx",
      "args": [
        "-y",
        "@servelink/serve"
      ]
    }
  }
}