@control17/c17
v0.2.0
Published
Meta-package for control17 — installs the complete ecosystem (cli, link, server, sdk, core) in one command with the c17 / c17-link / c17-server binaries wired up.
Downloads
233
Maintainers
Readme
@control17/c17
Meta-package for control17, an MCP-based agent control plane. Installing this package installs the full ecosystem with one command and wires up all three binaries:
@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 that ships thin shim binaries forwarding to the real ones. If you only need one role (just the CLI, just the link, just the server), install that package directly.
Install
npm install -g @control17/c17After 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.
