Give anything on your machine a public HTTPS link — live from your computer, or hosted by serve.
claude mcp add serve -- npx -y @servelink/serve
claude_desktop_config.json
{
"mcpServers": {
"serve": {
"command": "npx",
"args": [
"-y",
"@servelink/serve"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"serve": {
"command": "npx",
"args": [
"-y",
"@servelink/serve"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"serve": {
"command": "npx",
"args": [
"-y",
"@servelink/serve"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"serve": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@servelink/serve"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"serve": {
"command": "npx",
"args": [
"-y",
"@servelink/serve"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/cc.servelink--serve/reviews or the review_server meta-tool.
POST /mcp