Skip to content
VS Code

link followability for VS Code

com.handsofflinks/link-followability

Check if a link on a live page is followable: rel tokens, meta robots and X-Robots-Tag

client:VS Code transport:streamable-http tools:1

Install link followability in VS Code

.vscode/mcp.json

{
  "servers": {
    "link-followability": {
      "type": "http",
      "url": "https://handsofflinks-mcp.lipmichal.workers.dev"
    }
  }
}

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

What VS Code can do once it is connected

link followability in other clients