HomeDesign & Media › THIRI Chord Intelligence

THIRI Chord Intelligence

Deterministic music theory for agents: analyze, voice, reharmonize, conduct — computed, not guessed

TypeScript CloudLocal Remote
★ 10 stars Last pushed 2026-08-10 License: NOASSERTION

Topics: Art & Culture

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.thiri.ai/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http thiri-mcp https://mcp.thiri.ai/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "thiri-mcp": {
      "url": "https://mcp.thiri.ai/mcp"
    }
  }
}

Package (npm 0.5.2)

npx -y @bluesprincemedia/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "thiri-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@bluesprincemedia/[email protected]"
      ],
      "env": {
        "THIRI_API_KEY": "<YOUR_VALUE>"
      }
    }
  }
}
  • THIRI_API_KEY required secret — THIRI API key (sk_live_…) — free at build.thiri.ai/developers

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry