Signals
List, search, and filter signals by type — decisions, actions, accomplishments, key facts. Pipe JSON output to downstream tools.
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.
npm install -g indigo-cliRequires Node.js 18 or later.
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.
| Feature | Description |
|---|---|
| JSON output | Every command supports --json for structured, machine-readable output |
| Credential sharing | Shares OAuth tokens with Indigo Desktop via the system keychain |
| Scriptable | Structured exit codes, pipe-friendly output, designed for automation |
| BYOK | Configure your preferred AI model provider from the terminal |
| MCP server | Expose your data to Claude Desktop with a single command |
| Detail | Value |
|---|---|
| Language | TypeScript / Node.js |
| Framework | Commander.js v12 |
| Binary | indigo |
| Node requirement | >= 18.0.0 |
| npm package | indigo-cli |
| License | MIT |
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