Skip to main content
Glama
Benedict

TidalCycles MCP Server

by Benedict

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GHCI_PATHNoPath to the ghci executable (required for direct GHCi mode)
TIDAL_FILENoAbsolute path to the output .tidal file (used in both modes)
TIDAL_USE_GHCINoSet to 'true' to enable direct GHCi mode (experimental)
TIDAL_BOOT_PATHNoAbsolute path to BootTidal.hs file (required for direct GHCi mode)

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
tidal_evalB

Evaluate a TidalCycles pattern on a specific channel (d1-d9). This is the main way to make music with Tidal.

tidal_hushA

Stop all currently playing patterns immediately. Use this to clear everything.

tidal_silenceA

Stop a specific channel. More graceful than hush for single channels.

tidal_get_stateA

Get the current state of all channels - what patterns are playing and when they started.

tidal_soloA

Solo a specific channel, muting all others temporarily.

tidal_unsoloB

Restore all channels after soloing.

tidal_get_historyA

Get the history of patterns evaluated in this session.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 7 tools

Disambiguation5/5

Each tool has a distinct, non-overlapping purpose: evaluating patterns, retrieving history, checking state, stopping all, stopping a specific channel, soloing, and unsoloing. No two tools could be confused.

Naming Consistency5/5

All tools follow a consistent pattern: the 'tidal_' prefix followed by a verb (eval, hush, silence, solo, unsolo) or verb_noun (get_history, get_state). The naming is uniform and predictable.

Tool Count5/5

With 7 tools, the count is well-scoped for the domain. Each tool serves a clear purpose in the workflow of evaluating and controlling TidalCycles patterns, without being excessive or lacking.

Completeness4/5

The tool set covers the main operations: evaluating patterns, stopping playback, managing solo, and inspecting state/history. A minor gap is the lack of a tool to list available channels, but this is not critical and the set is otherwise complete.

Maintenance

ActivityInactive
ResponsivenessNo issues