Skip to main content
Glama

FluidSynth MCP Server

by kimjune01
setup.py317 B
from setuptools import setup, find_packages setup( name="synth", version="0.1.0", packages=find_packages(), package_data={ "": ["py.typed"], }, install_requires=[ "pyfluidsynth>=1.3.4", "python-osc>=1.8.1", "mido>=1.3.0", ], python_requires=">=3.8", )

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