Odel
weavatrix online

weavatrix online

Local
@weavatrix1JavaScriptMITUpdated 1w ago

Weavatrix Online extension: guarded sync, advisories, malware review, architecture contracts.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npmweavatrix-onlinev0.3.4

Run

npx -y weavatrix-online

MCP client config

{
  "mcpServers": {
    "weavatrix-online": {
      "command": "npx",
      "args": [
        "-y",
        "weavatrix-online"
      ]
    }
  }
}