ableton-mind CLAUDE.md

ableton-mind CLAUDE.md is an instructions file for coding agents from Pantani/ableton-mind. It costs 2,195 tokens per session, scanned A, a copy of ableton-mind AGENTS.md, MIT.

Repository instructions for ableton-mind, an MCP server intended to let language models control Ableton Live through its object model, the structured set of tracks, devices, clips, and settings exposed by Live.

In plain words
What is it for?
Use them when planning or building Ableton Live tools, especially around device knowledge, MIDI, recipes, and the project's unresolved technology and compatibility choices.
Why use it?
They identify the current project state, the planning document as the scope source, and open decisions that must be settled before implementation begins.

Instructions file

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add instructions/pantani/ableton-mind/claude-md
Clone the repo
git clone --depth 1 https://github.com/Pantani/ableton-mind

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for ableton-mind CLAUDE.md

README.md
[![agentmods](https://agentmods.dev/badge/instructions/pantani/ableton-mind/claude-md.svg)](https://agentmods.dev/instructions/pantani/ableton-mind/claude-md)
Your own site
<a href="https://agentmods.dev/instructions/pantani/ableton-mind/claude-md"><img src="https://agentmods.dev/badge/instructions/pantani/ableton-mind/claude-md.svg" alt="Measured on agentmods" height="20"></a>
Per session 2,195 This file is loaded in full into every session.
When invoked 2,195 The same file — it is already loaded in full.
Security scan A 0 findings. Scan, not verified.
Origin 98% copy Near-identical to another mod in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.02195 $0.02195
Opus 5 $0.01097 $0.01097
Sonnet 5 $0.00439 $0.00439
Haiku 4.5 $0.00219 $0.00219

Measured 5d ago against content hash b14287822adf, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

ableton-mind CLAUDE.md scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 5d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

Origin

This is a copy

98% identical to ableton-mind AGENTS.md — 8 lines differ, which has more behind it and is treated as the original. This page carries a canonical link to it rather than competing with it.

CLAUDE.md · 109 lines

How it starts

The opening of the file, as written. The whole thing — 109 lines — stays where its author put it; the contents beside it link to each section on GitHub.

CLAUDE.md

This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.

Repository state

This repo has moved past the original planning-only state. Treat PLAN.md as the scope source of truth, and _workspace/PROGRESS.md as the current implementation state.

Before scaffolding anything, confirm with the user that the open decisions in PLAN.md §13 are resolved (TS vs Python, min Live version, Mac-first vs cross-platform, name, license, etc.). Several were pending input as of the last session.

What ableton-mind is

An MCP (Model Context Protocol) server that exposes the full Ableton Live Object Model (LOM) to LLMs, modeled on the tdmcp (TouchDesigner) project. The differentiators vs existing work (ahujasid/ableton-mcp at ~10% LOM, ideoforms/AbletonOSC which isn't MCP) are spelled out in PLAN.md §1:

  1. ~100% LOM coverage (~180 tools planned across 21 domains — see §4).
  2. Embedded knowledge base — JSON schemas for 50+ native Live 12 devices, scales, grooves, packs, MIDI standards (§5). Goal: LLM never guesses parameter names/ranges.
  3. Recipes — declarative JSON for drum kits, basslines, racks, arrangements by genre (§6). Server expands recipes into tool sequences.
  4. create → verify → preview loop — after each batch, re-read state and diff against intent; optional render/screenshot for the LLM to "see" the result (§7).
  5. Reactive listeners — LOM property changes pushed as MCP notifications (§4.21).

Planned architecture (three layers)

See PLAN.md §3 for the full spec.

Claude/Cursor ──MCP──▶ ableton-mind server (TS/Node) ──TCP JSON-RPC──▶ Remote Script (Python, inside Live)
  • MCP server (src/): TypeScript + Node 20+, @modelcontextprotocol/sdk, Zod validation. Holds tools, recipes, knowledge base. Routes calls to the bridge.
  • Bridge (live/AbletonMind/): Python Remote Script loaded by Live (Python 3.11 on Live 12, 3.7 on Live 10/11). Hosts a local TCP server (default :9876) speaking JSON-RPC 2.0. Dispatches to LiveAPI; pushes listener events as JSON-RPC notifications.
  • Knowledge/recipes (src/knowledge/, recipes/): static JSON shipped with the package.

Read the full file on GitHub · 109 lines

Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 5d ago First seen · 109 lines · 2,195 tokens per session scan A b14287822adf

Subscribe to this mod's changes

ableton-mind CLAUDE.md is an instructions file published in the GitHub repository Pantani/ableton-mind (5 stars, last pushed 2mo ago), licensed MIT. It adds 2,195 tokens to every session, about $0.0110 per session on Opus 5. A static security scan graded it A with 0 findings. It is 98% identical to ableton-mind AGENTS.md, differing in 8 lines, and is treated as a copy.