Skip to content
Cursor

Weavatrix for Cursor

io.github.sergii-ziborov/weavatrix

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

client:Cursor transport:stdio runtime:npm

Install Weavatrix in Cursor

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

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

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

Weavatrix in other clients