Socket
Book a DemoInstallSign in
Socket

cyrus-ai

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cyrus-ai

AI-powered Linear issue automation using Claude

latest
Source
npmnpm
Version
0.1.48
Version published
Maintainers
1
Created
Source

cyrus-ai

AI development agent for Linear powered by Claude Code.

Installation

npm install -g cyrus-ai

Usage

Start the agent

cyrus

Available Commands

  • cyrus - Start the edge worker (default)
  • cyrus add-repository - Add a new repository configuration
  • cyrus check-tokens - Check the status of all Linear tokens
  • cyrus refresh-token - Refresh a specific Linear token

Adding Repositories

After initial setup, you can add additional repositories without restarting Cyrus:

cyrus add-repository

This command will:

  • Check for existing Linear credentials and reuse them if available
  • Start OAuth flow only if no credentials are found
  • Guide you through configuring the new repository
  • Save the updated configuration

The interactive wizard will prompt you for:

  • Repository path (must be absolute)
  • Base branch (defaults to 'main')
  • Workspace directory for git worktrees
  • Whether the repository is active

Configuration

Environment Variables

  • CYRUS_HOST_EXTERNAL - Set to true to allow external connections (listens on 0.0.0.0 instead of localhost). Default: false
    • Use this when running in Docker containers or when you need external access to the webhook server
    • When true: Server listens on 0.0.0.0 (all interfaces)
    • When false or unset: Server listens on localhost (local access only)

Keywords

linear

FAQs

Package last updated on 11 Sep 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts