Skip to content
Grok

weavatrix online for Grok

io.github.weavatrix/weavatrix-online

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

client:Grok transport:stdio runtime:npm

Install weavatrix online in Grok

.mcp.json (in your project root)

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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

weavatrix online in other clients