Skip to main content

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-dev and cyborgy-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 can opt into pip package auto-updates:

CYBORGY_WORKER_AUTO_UPDATE=1 cyborgy worker

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, default cyborgy.
  • CYBORGY_WORKER_AUTO_UPDATE_INDEX_URL: pip index URL for installation.
  • CYBORGY_WORKER_EXECUTABLE: explicit cyborgy wrapper 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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cyborgy-0.1.12.tar.gz (61.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

cyborgy-0.1.12-py3-none-any.whl (64.0 kB view details)

Uploaded Python 3

File details

Details for the file cyborgy-0.1.12.tar.gz.

File metadata

  • Download URL: cyborgy-0.1.12.tar.gz
  • Upload date:
  • Size: 61.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for cyborgy-0.1.12.tar.gz
Algorithm Hash digest
SHA256 3b183515e28f2ae593a2fadb35867d72ca5f436c1dd7e22af7d3b7521d58377b
MD5 e386d6ab5a6f0a2a8a2a34df593ad2bc
BLAKE2b-256 6198334d2644200a1fbf971182a5f80ad7798b6ba536724061264f1efc304391

See more details on using hashes here.

File details

Details for the file cyborgy-0.1.12-py3-none-any.whl.

File metadata

  • Download URL: cyborgy-0.1.12-py3-none-any.whl
  • Upload date:
  • Size: 64.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.12.13

File hashes

Hashes for cyborgy-0.1.12-py3-none-any.whl
Algorithm Hash digest
SHA256 a4656b1fe2425f7f54d127c15190524a7d28e07851655fbf71f15ce7c2b61007
MD5 f883560d050a3d9bc4c6137f47d7f69f
BLAKE2b-256 2fb61a8ae51b37af9274c4b96f83bd473c1c54ea4da67c517f16636814524ee6

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page