Skip to content

Indigo CLI

Indigo CLI brings your meeting intelligence to the terminal. Query signals, search meetings, manage configuration, and pipe structured data into scripts — all without leaving the command line.

Install

Terminal window
npm install -g indigo-cli

Requires Node.js 18 or later.

What you can do

Signals

List, search, and filter signals by type — decisions, actions, accomplishments, key facts. Pipe JSON output to downstream tools.

Meetings

Browse upcoming and past meetings, view attendee lists, and search by title, description, or participant.

Configuration

Interactive setup wizard for BYOK (Bring Your Own Key) with OpenAI, Anthropic, Google, and xAI. Manage calendar connections from the terminal.

MCP Integration

One-command Claude Desktop setup. Expose signals, meetings, and decisions as queryable tools through the Model Context Protocol.

Key features

FeatureDescription
JSON outputEvery command supports --json for structured, machine-readable output
Credential sharingShares OAuth tokens with Indigo Desktop via the system keychain
ScriptableStructured exit codes, pipe-friendly output, designed for automation
BYOKConfigure your preferred AI model provider from the terminal
MCP serverExpose your data to Claude Desktop with a single command

Technical details

DetailValue
LanguageTypeScript / Node.js
FrameworkCommander.js v12
Binaryindigo
Node requirement>= 18.0.0
npm packageindigo-cli
LicenseMIT

Next steps

Getting started

Install the CLI, authenticate, and run your first commands. Get started

Automation

Build scripts, dashboards, and CI/CD pipelines with Indigo CLI. Automation guide