Skip to main content
Glama

Stem MCP Server

by tolutronics
start_mcp_server.sh479 B
#!/bin/bash # Stem MCP Server Launcher # This script ensures the virtual environment is properly activated for Claude Desktop # Get the directory of this script SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" # Change to the project directory cd "$SCRIPT_DIR" # Activate the virtual environment source "$SCRIPT_DIR/venv/bin/activate" # Set the PYTHONPATH export PYTHONPATH="$SCRIPT_DIR/src:$PYTHONPATH" # Start the MCP server exec python -m stem_mcp.server "$@"

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