← Back to Plugins
MCP Server MCP

Weavatrix

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "weavatrix",
      "version": "1.9.2",
      "runtimeHint": "npx",
      "transport": {
        "type": "stdio"
      },
      "packageArguments": [
        {
          "value": "mcp",
          "type": "positional"
        },
        {
          "description": "Absolute path to the initial local repository; defaults to the current directory",
          "format": "filepath",
          "default": ".",
          "type": "positional",
          "valueHint": "repoRoot"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...