weavatrix-online

weavatrix-online

Provides an online MCP overlay for Weavatrix Cloud and Enterprise, enabling sync, advisory refresh, and architecture contract pull with explicit confirmation.

Category
Visit Server

README

Weavatrix Online

Online MCP overlay for Weavatrix Cloud and licensed Weavatrix Enterprise deployments. It composes the separately versioned, MIT-licensed, offline-first weavatrix engine in-process and owns every outbound capability. The offline package keeps its own version history and its MIT license unchanged.

weavatrix-online starts at version 0.1.0 and tracks Weavatrix Core 0.3.x through explicit, compatible dependency updates — it never forks or privately patches the Core graph, parser, LSP or Health implementations.

What Online adds

Online exposes five tools on top of every offline Core tool, 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_statuspreview_syncsync_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 Cloudhttps://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.1.0 is the first source-available Online overlay for Weavatrix 0.3. It 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 Core providers.

Development bootstrap

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; commercial terms are in 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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured