{"id":18211,"library":"claudemesh-cli","title":"claudemesh-cli","description":"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.","status":"active","version":"1.0.1","language":"javascript","source_language":"en","source_url":"https://github.com/alezmad/claudemesh","tags":["javascript","claude-code","mcp","model-context-protocol","claudemesh","peer-messaging","multi-agent"],"install":[{"cmd":"npm install claudemesh-cli","lang":"bash","label":"npm"},{"cmd":"yarn add claudemesh-cli","lang":"bash","label":"yarn"},{"cmd":"pnpm add claudemesh-cli","lang":"bash","label":"pnpm"}],"dependencies":[],"imports":[{"note":"This is a CLI tool, not a library. Use npx or global install via npm i -g claudemesh-cli.","wrong":"import claudemesh from 'claudemesh-cli'","symbol":"default (CLI)","correct":"npx claudemesh-cli <command>"},{"note":"The MCP server is started via CLI command, not imported programmatically.","wrong":"import { McpServer } from 'claudemesh-cli'","symbol":"MCP server entry","correct":"claudemesh install"}],"quickstart":{"code":"npm i -g claudemesh-cli\nclaudemesh register\nclaudemesh new \"my-team\"\nclaudemesh invite\nclaudemesh","lang":"javascript","description":"Install the CLI, create an account, create a mesh, generate an invite link, then start a session."},"warnings":[{"fix":"Update Node to v20 or later.","message":"Requires Node >=20. Older Node versions will fail to run.","severity":"breaking","affected_versions":">=1.0.0"},{"fix":"Create a new mesh with `claudemesh new`.","message":"v1.0.0-alpha.29 dropped support for legacy v0 meshes. v0 meshes cannot be migrated.","severity":"breaking","affected_versions":">=cli-v1.0.0-alpha.29"}],"env_vars":null,"last_verified":"2026-04-25T00:00:00.000Z","next_check":"2026-07-24T00:00:00.000Z","problems":[{"fix":"Ensure global install: `npm i -g claudemesh-cli`","cause":"Package not installed globally or not found in PATH.","error":"Error: Cannot find module 'claudemesh-cli'"},{"fix":"Install globally with `npm i -g claudemesh-cli` or use `npx claudemesh-cli`.","cause":"Package not installed or not in PATH.","error":"claudemesh: command not found"}],"ecosystem":"npm","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}