Skip to main content
Glama

Stem MCP Server

by tolutronics
.gitignore3.85 kB
# Stem MCP Server - .gitignore # ===================================== # Python # ------- __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ pip-wheel-metadata/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # Virtual Environment # ------------------- venv/ env/ ENV/ env.bak/ venv.bak/ .venv/ # PyInstaller # ----------- *.manifest *.spec # Unit test / coverage reports # ---------------------------- htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ # Audio Files (Generated) # ----------------------- # Generated stems and processed audio examples/segments/ examples/vocal_ranges_*/ examples/*_loop.wav examples/*_vocals.wav examples/*_drums.wav examples/*_bass.wav examples/*_other.wav examples/*_segment_*.wav examples/*_soprano.wav examples/*_alto.wav examples/*_tenor.wav examples/*_bass.wav examples/multi_vocal_test.wav # Keep the test script but ignore generated audio !examples/test_tools.py # Audio processing temporary files # ------------------------------- *.tmp *.temp /tmp/ temp/ stems/ stems_output/ vocal_parts/ separated_*/ processed_*/ # Demucs model cache and downloads # -------------------------------- .cache/ models/ pretrained_models/ demucs_cache/ torch_cache/ # macOS # ----- .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # IDEs and Editors # --------------- .vscode/ .idea/ *.swp *.swo *~ # Jupyter Notebook # ---------------- .ipynb_checkpoints # pyenv # ----- .python-version # pipenv # ------ Pipfile.lock # PEP 582 # ------- __pypackages__/ # Celery # ------ celerybeat-schedule celerybeat.pid # SageMath parsed files # -------------------- *.sage.py # Environments # ------------ .env .env.local .env.development.local .env.test.local .env.production.local # mypy # ---- .mypy_cache/ .dmypy.json dmypy.json # Pyre type checker # ----------------- .pyre/ # PyCharm # ------- .idea/ # Audio Libraries Cache # -------------------- librosa_cache/ essentia_cache/ # Log files # --------- *.log logs/ log/ # Configuration files (keep examples but ignore user configs) # ---------------------------------------------------------- config.json settings.json user_config.json # Keep example configurations !*_example.json !*-example.json !example_*.json !sample_*.json # Temporary processing directories # ------------------------------- processing/ temp_audio/ audio_temp/ work_dir/ # Large audio files (over 10MB typically) # --------------------------------------- *.wav *.mp3 *.flac *.aiff *.m4a *.ogg *.wma *.aac # Exception: Keep small test files if they exist !examples/small_test.wav !examples/sample.wav !test_*.wav # Audio analysis output files # --------------------------- *.json.analysis *_analysis.json *_features.json # Backup files # ------------ *.bak *.backup *~ # OS generated files # ------------------ Icon? .directory # AI model files and weights # -------------------------- *.pt *.pth *.pkl *.pickle *.h5 *.hdf5 *.pb *.onnx *.tflite # Database files # -------------- *.db *.sqlite *.sqlite3 # Documentation build # ------------------- docs/_build/ site/ # PyTorch # ------- *.pth lightning_logs/ # Weights & Biases # ---------------- wandb/ # MLflow # ------ mlruns/ # DVC # --- .dvc/ .dvcignore # Node.js (if any JS tooling is added) # ------------------------------------ node_modules/ npm-debug.log* yarn-debug.log* yarn-error.log* # Package files # ------------- *.tar.gz *.zip *.rar *.7z # Editor swap/backup files # ----------------------- .*.swp .*.swo *.orig # Local development files # ---------------------- local_* dev_* debug_* # Performance profiling # --------------------- *.prof profile_* # Memory dumps # ----------- *.hprof heapdump.*

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/tolutronics/audio-processing-mcp'

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