Extend the claude and codex CLIs: skills marketplace, memory, and extension APIs via the Cyborgy MCP.
Project description
Cyborgy CLI
cyborgy extends coding-agent CLIs such as Claude Code and Codex with the
Cyborgy MCP, workspace roles, skills, memory, extension APIs, and temporary
tunnels.
This package provides:
cyborgy: the main CLI.cyborgy-mcp: the MCP server used by supported coding agents.cyborgy-devandcyborgy-mcp-dev: development-environment entry points.
Install
pip install cyborgy
For local Cyborgy development tooling:
pip install "cyborgy[dev]"
Basic usage
cyborgy login
cyborgy mcp install --target codex
cyborgy codex exec "summarize this repository"
The CLI stores login state locally, installs the Cyborgy MCP configuration into the current repository, and syncs the skills assigned to that workspace.
Worker auto-update
cyborgy worker start is the launcher form: it starts or verifies one
background worker for the current profile, worker name, and repository root,
then exits 0. A second cyborgy worker start for the same context is a no-op
when that worker PID is still alive; stale pid records are replaced safely.
cyborgy worker and cyborgy worker run remain the foreground form for
supervised shells and debugging.
Workers can opt into pip package auto-updates:
CYBORGY_WORKER_AUTO_UPDATE=1 cyborgy worker start
When enabled, the worker periodically checks the installed cyborgy package
against PyPI. If a newer version exists, it runs python -m pip install --upgrade cyborgy in a waited subprocess. The Python is resolved from
CYBORGY_WORKER_PYTHON, the configured/current cyborgy executable's shebang,
the active pyenv Python when the executable is a pyenv shim, or the current
PATH before falling back to sys.executable. After a
successful install, the worker stops polling for new commands, lets any current
agent subprocess finish, and re-execs itself at the next idle boundary through
CYBORGY_WORKER_EXECUTABLE or the current PATH's cyborgy wrapper. It does
not broad-kill processes or interrupt running agent commands.
To keep a development-extra install on the same release track, start the worker
with CYBORGY_WORKER_AUTO_UPDATE_PACKAGE=cyborgy[dev]. Version checks still use
the cyborgy distribution on PyPI, while pip upgrades the configured package
spec (cyborgy by default, or cyborgy[dev] when requested).
Optional knobs:
CYBORGY_WORKER_AUTO_UPDATE_INTERVAL: seconds between checks, minimum 60.CYBORGY_WORKER_AUTO_UPDATE_INITIAL_DELAY: seconds before the first check.CYBORGY_WORKER_AUTO_UPDATE_TIMEOUT: seconds before the pip install attempt times out.CYBORGY_WORKER_AUTO_UPDATE_PACKAGE: pip package spec, defaultcyborgy.CYBORGY_WORKER_AUTO_UPDATE_INDEX_URL: pip index URL for installation.CYBORGY_WORKER_EXECUTABLE: explicitcyborgywrapper to use for worker re-exec.CYBORGY_WORKER_PYTHON: explicit Python interpreter to use for auto-update installs.
Status
This is an alpha package. The public CLI surface is expected to evolve with the Cyborgy service.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file cyborgy-0.1.24.tar.gz.
File metadata
- Download URL: cyborgy-0.1.24.tar.gz
- Upload date:
- Size: 79.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6700955c9c03da48a71b6e04bc1fa098f9690fb3014807a19218cc8ea90e39a9
|
|
| MD5 |
04e3e419cbe430693ad7ebbd509e1502
|
|
| BLAKE2b-256 |
c194202cd34a0f3e68f1ed0aa61499b86b9ccd1917402ff937b49c03c28dfa4b
|
File details
Details for the file cyborgy-0.1.24-py3-none-any.whl.
File metadata
- Download URL: cyborgy-0.1.24-py3-none-any.whl
- Upload date:
- Size: 82.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9af0dcd15decb38d47d60909cc6f53a00ca281b4d11dcd1dbc684be5c159427c
|
|
| MD5 |
6d96bdcc55536e4a4fe0de64ea27b813
|
|
| BLAKE2b-256 |
3f5253745c6a384847cc797998ee4ef9503cab3fa4374f4cfc94fb569127e6cb
|