Skip to main content
Glama

FluidSynth MCP Server

by kimjune01
fluidsynth.pyi288 B
from typing import Optional class Synth: def __init__(self) -> None: ... def start(self) -> None: ... def setting_setnum(self, name: str, value: float) -> None: ... def sfload(self, filename: str) -> int: ... def sfont_select(self, chan: int, sfid: int) -> None: ...

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/kimjune01/synth-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server