Skip to content
VS Code

EverThread for VS Code

io.github.pb-digital-llc/everthread

Plain-English website security check for agents: certificate, headers, scripts, forms, spam.

client:VS Code transport:stdio runtime:npm

Install EverThread in VS Code

.vscode/mcp.json

{
  "servers": {
    "everthread": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "everthread"
      ]
    }
  }
}

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

EverThread in other clients