@control17/control17
v0.1.0
Published
Meta-package for control17 — installs the complete ecosystem (cli, link, server, sdk, core) with one command.
Downloads
125
Maintainers
Readme
@control17/control17
Meta-package for control17, an MCP-based agent control plane. Installing this package installs the full ecosystem with one command:
@control17/cli— operator terminal (c17 push,c17 agents,c17 serve)@control17/link— stdio MCP channel for Claude Code (c17-linkbinary)@control17/server— self-hostable Node broker (c17-serverbinary)@control17/sdk— contract + TypeScript client library@control17/core— runtime-agnostic broker logic library
This package has no code of its own — it's a convenience alias for npm install @control17/cli @control17/link @control17/server. If you only need one role (just the CLI, just the link, just the server), install that package directly.
Install
npm install -g @control17/control17After install, all three binaries are available:
c17-server # run a broker
c17-link # spawned by Claude Code via .mcp.json
c17 push # push messages as an operator
c17 agents # list connected agents
c17 serve # convenience launcher that invokes c17-serverLicense
Apache 2.0. See the control17 monorepo for the full source.
