Skip to content
VS Code

Weavatrix for VS Code

io.github.sergii-ziborov/weavatrix

Native Weavatrix MCP: 43 read-only repository tools across 24 code and configuration surfaces.

client:VS Code transport:stdio runtime:npm

Install Weavatrix in VS Code

.vscode/mcp.json

{
  "servers": {
    "weavatrix": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "weavatrix"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Weavatrix in other clients