Odel
weavatrix online

weavatrix online

Local
@sergii-ziborov1JavaScriptMITUpdated 1mo ago

Source-free Weavatrix MCP: preview-gated 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.1

Run

npx -y weavatrix-online

MCP client config

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