Skip to content
VS Code

url alive check for VS Code

io.github.cedrickouma/url-alive-check

MCP server (stdio): check if URLs are alive (status, redirects, latency) via the AgentForge API

client:VS Code transport:streamable-http runtime:npm

Install url alive check in VS Code

.vscode/mcp.json

{
  "servers": {
    "url-alive-check": {
      "type": "http",
      "url": "https://apim-agentforge-6lfm33.azure-api.net/url-alive-check/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

url alive check in other clients