Registry / llm-agents / claudemesh-cli

claudemesh-cli

JSON →
library1.0.1jsnpmunverified

CLI and MCP server for creating peer meshes of Claude Code sessions, enabling real-time messaging, shared state, memory, file sharing, and 79 MCP tools. Current stable version is 1.0.1, requiring Node >=20. Built on a WebSocket broker with Ed25519 and NaCl crypto_box for encryption. Key differentiator: first-class CLI with 29 commands, device-code OAuth, and a full MCP server integration for multi-agent collaboration. Active development with frequent alpha releases.

npm install claudemesh-cli
INSTALL
IMPORT
SIG · CLAUDEMESH-CLI
C
claudemesh-cli
llm-agentsjavascriptv1.0.1
Install
Import
Disk
Pass rate
0/ 6
Env Coverage0 / 6
glibc
1822
musl
1822
Install & Compatibility
Where this runs
tested against v? · npm install
Install × environment matrix
Each cell = how many times install + import succeeded across repeated harness runs. Partial = flaky.
glibc = Debian/Ubuntu slim · musl = Alpine Linux
musl
node 18226 runs
build_error
glibc
node 18226 runs
build_error
Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

default (CLI)
npx claudemesh-cli <command>
import claudemesh from 'claudemesh-cli'
This is a CLI tool, not a library. Use npx or global install via npm i -g claudemesh-cli.
MCP server entry
claudemesh install
import { McpServer } from 'claudemesh-cli'
The MCP server is started via CLI command, not imported programmatically.

Install the CLI, create an account, create a mesh, generate an invite link, then start a session.

npm i -g claudemesh-cli claudemesh register claudemesh new "my-team" claudemesh invite claudemesh
claudemesh --version
Debug
Known issues
breakingRequires Node >=20. Older Node versions will fail to run.
fix
Update Node to v20 or later.
affects: >=1.0.0
breakingv1.0.0-alpha.29 dropped support for legacy v0 meshes. v0 meshes cannot be migrated.
fix
Create a new mesh with `claudemesh new`.
affects: >=cli-v1.0.0-alpha.29
Errors
Common errors & fixes
Error: Cannot find module 'claudemesh-cli'
Package not installed globally or not found in PATH.
fix
Ensure global install: `npm i -g claudemesh-cli`
claudemesh: command not found
Package not installed or not in PATH.
fix
Install globally with `npm i -g claudemesh-cli` or use `npx claudemesh-cli`.
Upgrade
Version history
1.0.1latest on npm
Audit
Dependencies

No dependency data recorded yet.

Agent activity
39 hits · last 30 days
node
34
OpenAI (training)
1
Resources
claudemesh-cli — npm install claudemesh-cli · libregistry