Skip to main content
Glama

FluidSynth MCP Server

by kimjune01
mido.pyi368 B
from typing import List, Optional, Union, Dict, Any class MidiFile: def __init__(self) -> None: ... def save(self, filename: str) -> None: ... tracks: List["MidiTrack"] class MidiTrack: def __init__(self) -> None: ... def append(self, message: "Message") -> None: ... class Message: def __init__(self, type: str, **kwargs: Any) -> 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