epistemic-dj
Verified Safeby Nubaeon
Overview
Maps epistemic (cognitive) states to generative music patterns in Strudel.cc, primarily as a tool for AI agents.
Installation
node src/mcp/server.jsSecurity Notes
The server primarily functions as a code generator for an external live-coding environment (Strudel.cc) and communicates via stdio using the MCP SDK, which inherently limits direct network exposure. It avoids common pitfalls like 'eval' on arbitrary user input; JSON parsing is for controlled CLI arguments. No hardcoded secrets or obvious malicious patterns are present. The primary external interaction is generating URLs for Strudel.cc, which assumes the target platform (Strudel.cc) handles code execution securely in the user's browser.
Similar Servers
strudel-mcp-server
An MCP server enabling AI-powered music generation, live coding, and algorithmic composition by controlling Strudel.cc in a browser.
spotify-streamable-mcp-server
Provides an LLM-friendly interface to control Spotify playback, search music, and manage playlists/saved songs, enabling voice control and smart-home automations.
midi-mcp-server
An MCP server that enables AI models to generate MIDI files from text-based music data, allowing programmatic creation of musical compositions.
midi_ctrl
Enables AI assistants to control an Arturia MicroFreak synthesizer via MIDI using natural language commands.