mcpbeat Sign in

Weavatrix Js MCP Server

local only

Weavatrix Js runs on your own machine — the client starts it, so there is no endpoint to ping. 54 installs a week from npm. Last commit 25 Aug 2026.

Always-fresh local repo graph: LSP-backed impact, Health, dead code, endpoints, architecture.

Installs per day peak 124 · avg 7
a month agotoday
54
Installs / week
npm · weavatrix-js
0
Stars
0 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

What changed 25

Every tool that appeared, vanished or quietly changed what it asks for. Recorded since 25 August 2026. No other catalogue keeps this.

18 Sep the owner changed
17 Sep the owner changed
16 Sep the owner changed
15 Sep the owner changed
14 Sep the owner changed
13 Sep the owner changed
12 Sep the owner changed
11 Sep the owner changed
10 Sep the owner changed
9 Sep the owner changed
and 15 more, back to 25 August 2026

What the code does

We read the source, 7 d ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

    const identifier = /^([A-Za-z_$][\w$]*)(?:\.[A-Za-z_$][\w$]*)?$/.exec(args.at(-1) || "")?.[1];

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add weavatrix-js -- npx -y weavatrix-js
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "weavatrix-js": {
      "args": [
        "-y",
        "weavatrix-js"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.weavatrix-js]
command = "npx"
args = ["-y", "weavatrix-js"]
.cursor/mcp.json
{
  "mcpServers": {
    "weavatrix-js": {
      "args": [
        "-y",
        "weavatrix-js"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "weavatrix-js": {
      "args": [
        "-y",
        "weavatrix-js"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: WEAVATRIX_PRECISION (Optional semantic precision mode: lsp (default) uses the bundled bounded TypeScript/JavaScript language-server overlay; off keeps parser-only graphs), WEAVATRIX_PRECISION_PREWARM (Optional semantic prewarm budget: bounded (default) keeps fast startup; full explicitly queries every eligible JS/TS target within hard resource ceilings), WEAVATRIX_ALLOW_TEST_RUNS (Optional explicit permission for verified_change to run requested test/check/verify package.json scripts; must be exactly 1). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Weavatrix Js

same job, measured the same way
ovecc
by ovecc-labs

Architecture guardrails for AI-written code: dependency graph, impact, dead code, CI gate

49 installs/wk local only
Hokmah
by davidangularme

AI Agent with Architectural Memory. Impact analysis (free), tests and code from the graph (pro).

5 tools answering
Codesentinel MCP
by icohangar-ops

Codebase health MCP: dead code, cycles, coupling, architectural drift.

78 installs/wk local only
ArchGraph
by archgraph

Code intelligence platform for AI agents. 20 tools for architecture, security & impact analysis.

answering
Engram
by nickcirv

Ranked local code-graph context for AI coding agents. Intercepts reads + greps. Apache-2.0.

118 installs/wk local only
Repo Cartographer
by builditwithgk

Maps any repo into an architecture diagram (Mermaid/Graphviz) and enforces architecture rules in CI

49 installs/wk local only
Repowise
by repowise

Codebase intelligence for AI coding agents — graph, git history, docs, decisions, code health.

4 181 installs/wk local only
zzop
by eezz4

Deterministic cross-repo contract analysis for AI agents: frontend calls vs backend endpoints.

local only

Weavatrix Js — questions

Answers built from our own checks of this server.

Why is there no uptime for Weavatrix Js?
Weavatrix Js runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package weavatrix-js was installed 54 times last week.
How do I connect Weavatrix Js?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls weavatrix-js straight from npm; nothing to host, nothing to sign up for.
How many people use Weavatrix Js?
The npm package weavatrix-js was installed 54 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Weavatrix Js open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.