THIRI logo
build.thiri.ai
Solana · Seeker · Cadenza
AI Lab Research Note

Get Started: Building thiri-cli: Fast Terminal Chord Resolving

June 7, 2026 by THIRI AI Lab
These prompts call the THIRI MCP. Get a free key → then add the MCP (npx @bluesprincemedia/thiri-mcp or hosted mcp.thiri.ai/mcp). New here? Play the instruments →

For command line developers, typing out full API curl commands is annoying. The thiri-cli solves this by providing a shell wrapper.

It parses parameters, formatting query outputs directly inside your terminal session.

CLI Usage:

# Resolve a chord structure
thiri-cli resolve "Cmaj7"

🤖 File an Issue for an Autonomous Coding Agent

This project requires setting up an external application or workflow environment. If you want an autonomous coding agent (like Claude Code) to implement it in your repository:

  1. Click here to open a pre-filled GitHub Issue on the repository
  2. Submit the issue to trigger your repository’s autonomous builder agent.

Alternatively, you can copy the raw agent prompt instruction below:

Task Context: Build a code project utilizing the THIRI Model Context Protocol (MCP) server. Prompt Instruction: Write a Node.js CLI binary using commander. The tool should expose subcommands to query the THIRI MCP server (e.g. thiri resolve “Cmaj7”, thiri analyze “Cmaj7 | G7”). Output clean, colorized ANSI console strings representing the parsed pitch-classes and tension data.

Research Trends

Terminal Utilities Developer CLI tools Fast Resolving