cardinal-mcp-server

minimaltek/cardinal-mcp-server
★ 0 stars JavaScript Other Updated 14d ago
MCP server for Cardinal/VCV Rack - AI-powered modular synth patching
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cardinal-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "minimaltek/cardinal-mcp-server"
      ]
    }
  }
}