Skip to content
Cursor

weavatrix online for Cursor

io.github.weavatrix/weavatrix-online

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

client:Cursor transport:stdio runtime:npm

Install weavatrix online in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "weavatrix-online": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "weavatrix-online"
      ],
      "env": {
        "WEAVATRIX_SYNC_URL": "<WEAVATRIX_SYNC_URL>",
        "WEAVATRIX_SYNC_TOKEN": "<WEAVATRIX_SYNC_TOKEN>",
        "WEAVATRIX_CAPABILITIES_URL": "<WEAVATRIX_CAPABILITIES_URL>",
        "WEAVATRIX_ARCHITECTURE_URL": "<WEAVATRIX_ARCHITECTURE_URL>",
        "WEAVATRIX_PRECISION": "<WEAVATRIX_PRECISION>",
        "WEAVATRIX_ADVISORY_STORE": "<WEAVATRIX_ADVISORY_STORE>"
      }
    }
  }
}

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

weavatrix online in other clients