Skip to main content
Glama
567,749 tools. Updated 2026-09-14 19:00

"Sanic" matching MCP tools:

  • Fetch the authoritative Manic DSL authoring guide to learn the precise verbs, blocks, and rules required for writing .manic animation source files.
    MIT
  • Check if Sonic Pi is running and discover its active port by verifying the boot log and Spider server port status. Safe to call anytime without sending OSC messages.
    MIT
  • Trigger sync points in Sonic Pi code by sending an OSC cue. Specify a path like /trigger/drop to start live_loops or one_shot blocks waiting for synchronization.
    MIT
  • Save a Sonic Pi song to the library with an auto-incremented version number. Each song is stored as a new version in a folder named after the song.
    MIT
  • Validate .manic source code to identify errors before rendering, saving export credits by fixing all diagnostics first.
    MIT
  • Submit validated .manic source to render animations asynchronously into MP4, GIF, WebM, MOV, or still frames, returning a job ID for progress polling.
    MIT

Matching MCP Servers

  • Instantly stop all currently playing sounds, including GUI-started buffers, to silence Sonic Pi audio output.
    MIT
  • Set the master volume using an amplitude multiplier from 0.0 (silence) to 5.0 (may clip), with 1.0 as unity gain.
    MIT
  • Start audio recording of Sonic Pi output via PipeWire. Returns the output path for use with record_stop to end the capture.
    MIT
  • List all songs in the library, or filter by name to view versions of a specific song.
    MIT
  • Stops an active PipeWire recording and saves the audio file to disk using the output path provided by record_start.
    MIT
  • Check the status of a render job and retrieve the video or image URL when rendering completes. Poll every 10 seconds to get the result.
    MIT
  • Save a reusable Sonic Pi code snippet to a specific category in the pattern library for quick reuse.
    MIT
  • Sum left and right audio channels to create a mono master output for checking mix balance and compatibility.
    MIT
  • Save .manic source files to your default Manic project for use in Manic Create and Workbench. Overwriting an existing path creates a new revision.
    MIT
  • Enable a high-pass filter on the master output to remove low-frequency rumble by setting a cutoff frequency in Hz.
    MIT
  • Enable a low-pass filter on the master output by setting a cutoff frequency in Hz to soften high frequencies.
    MIT
  • Disable the master low-pass filter to remove frequency attenuation and restore full audio spectrum.
    MIT