Skip to main content
ClaudeWave

Source-available Online MCP overlay for Weavatrix Cloud and licensed Enterprise deployments

ToolsOfficial Registry0 stars0 forksJavaScriptNOASSERTIONUpdated today
Get started
Method: Clone
Terminal
git clone https://github.com/sergii-ziborov/weavatrix-online
1. Clone the repository.
2. Follow the README for installation and usage instructions.
Use cases

Tools overview

# Weavatrix Online

Online MCP overlay for Weavatrix Cloud and licensed Weavatrix Enterprise
deployments. It sits at the top of the layered Weavatrix stack —
`weavatrix-online ⊃ weavatrix-refactor ⊃ weavatrix` — composing both lower
layers in-process and owning every outbound capability. A single install of
Weavatrix Online therefore exposes the whole stack: the read-only MIT core, the
Apache-2.0 refactor layer, and Online's own network tools. Each lower package
keeps its own version history and license unchanged.

`weavatrix-online` tracks Weavatrix Core `0.3.x` and the refactor layer `0.1.x`
through explicit, compatible dependency updates — it never forks or privately
patches the Core graph, parser, LSP, Health, or the refactor engines.

## What Online adds

Online composes the full lower stack — the 34 read-only core tools and the 11
refactor tools (9 plan producers plus `apply_edit_plan` / `rollback_last_apply`)
— and adds five network tools of its own on top, for a combined surface of 50
tools. The five Online tools are all gated behind the explicit `online`
capability profile. Nothing leaves the machine without a local preview and an
explicit confirmation.

| Tool | Network | Purpose |
| --- | --- | --- |
| `online_status` | yes | Discover the configured endpoint's capabilities and accepted payload versions. Sends no repository evidence. |
| `refresh_advisories` | yes | Query OSV for the active repo's exact npm/PyPI/Go/Maven/Gradle/Cargo versions, validate through Core, refresh the offline advisory cache. |
| `pull_architecture_contract` | yes | Fetch the owner-approved target architecture for the active opaque repository UUID, validate through Core, cache it locally. |
| `preview_sync` | no | Serialize the exact, bounded, source-free payload and return a short-lived confirmation token. No request is made. |
| `sync_graph` | yes | Upload only the payload approved by `preview_sync`; requires `dry_run:false` and the matching token. |

Missing remote evidence stays UNKNOWN / NOT_CHECKED, never a clean zero. The
packaged agent skill (`skill/SKILL.md`) tells assistants to run
`online_status` → `preview_sync` → `sync_graph` in that order.

## Configuration (sync targets)

Online reaches a destination only when it is explicitly configured through
environment variables:

| Variable | Meaning |
| --- | --- |
| `WEAVATRIX_SYNC_URL` | Destination sync endpoint, e.g. `https://app.weavatrix.com/api/v1/graphs/sync`. HTTPS is required except for loopback. |
| `WEAVATRIX_SYNC_TOKEN` | Bearer credential issued by the endpoint. Never embed credentials in the URL. |
| `WEAVATRIX_CAPABILITIES_URL` | Optional explicit capabilities document URL. Defaults to `/api/v1/capabilities` on the sync origin. |

Supported destinations:

- **Weavatrix Cloud** — `https://app.weavatrix.com`, the multi-tenant SaaS workbench.
- **Weavatrix Enterprise** — a customer-hosted deployment under commercial license.
- **Local development / self-host** — a loopback origin such as
  `http://127.0.0.1:8787` is the one case where plain HTTP is accepted, so the
  hosted app can be run and exercised locally under `wrangler dev`.

The connector never grants an endpoint operator access to customer source;
tenant and deployment authorization is enforced by the selected endpoint.

## Status

Version 0.2.0 makes Online the top of the layered stack: it composes the
Apache-2.0 refactor layer in-process (adding preview → confirm-token → apply →
rollback refactoring) on top of the MIT read-only core, then adds its own
outbound tools. Online owns advisory refresh, local sync preview + exact-payload
confirmation, graph sync, target-architecture contract pull, and Cloud/Enterprise
endpoint authentication + capability negotiation. It can register its own
proprietary MCP tools, packaged skills and local analyzer providers through the
Core extension API; those augment the baseline and never replace lower-layer
providers.

## Development bootstrap

```powershell
npm install
npm test
node bin/weavatrix-online.mjs C:\path\to\repo
```

Core improvements land in the MIT `weavatrix` repository first; Online receives
them through an explicit compatible dependency update.

## Licensing

The overlay code uses the permission-required
[Weavatrix Online Source License 1.0](LICENSE.md); commercial terms are in
[COMMERCIAL-LICENSE.md](COMMERCIAL-LICENSE.md). The separately installed
`weavatrix` dependency remains MIT and is not relicensed here. The repository is
source-available, not open source as a whole; obtain legal advice before relying
on it for a particular commercial arrangement.

What people ask about weavatrix-online

What is sergii-ziborov/weavatrix-online?

+

sergii-ziborov/weavatrix-online is tools for the Claude AI ecosystem. Source-available Online MCP overlay for Weavatrix Cloud and licensed Enterprise deployments It has 0 GitHub stars and was last updated today.

How do I install weavatrix-online?

+

You can install weavatrix-online by cloning the repository (https://github.com/sergii-ziborov/weavatrix-online) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is sergii-ziborov/weavatrix-online safe to use?

+

sergii-ziborov/weavatrix-online has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.

Who maintains sergii-ziborov/weavatrix-online?

+

sergii-ziborov/weavatrix-online is maintained by sergii-ziborov. The last recorded GitHub activity is from today, with 0 open issues.

Are there alternatives to weavatrix-online?

+

Yes. On ClaudeWave you can browse similar tools at /categories/tools, sorted by popularity or recent activity.

Deploy weavatrix-online to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: sergii-ziborov/weavatrix-online
[![Featured on ClaudeWave](https://claudewave.com/api/badge/sergii-ziborov-weavatrix-online)](https://claudewave.com/repo/sergii-ziborov-weavatrix-online)
<a href="https://claudewave.com/repo/sergii-ziborov-weavatrix-online"><img src="https://claudewave.com/api/badge/sergii-ziborov-weavatrix-online" alt="Featured on ClaudeWave: sergii-ziborov/weavatrix-online" width="320" height="64" /></a>