version: '3'
services:
sonic-pi-mcp:
build: .
network_mode: "host" # This allows access to host network
environment:
- OSC_HOST=192.168.1.5 # Your Sonic Pi IP
- OSC_PORT=4560
volumes:
- .:/app # Mount source code for development
- /app/node_modules # Preserve container node_modules
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/abhishekjairath/sonic-pi-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server