We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TYLERSFOSTER/MCPSynthController'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
config.py•198 B
# src/server/config.py
# The hostname where your JUCE synth listens for OSC messages.
JUCE_OSC_HOST = "127.0.0.1"
# The port where your JUCE synth's OSCReceiver is listening.
JUCE_OSC_PORT = 9001