Skip to content
Cursor

EverThread for Cursor

io.github.pb-digital-llc/everthread

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

client:Cursor transport:stdio runtime:npm

Install EverThread in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

EverThread in other clients