Weavatrix for VS Code
io.github.weavatrix/weavatrix
Native Weavatrix MCP: 67 read-only tools for code, local CI, n8n, Dify, agents, Mermaid, Web3.
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