Skip to main content
Glama

Spotify MCP Server

by gentiku
start.sh•271 B
#!/bin/bash echo "=== Railway Startup Debug ===" echo "PORT: $PORT" echo "PWD: $(pwd)" echo "Python version: $(python3 --version)" echo "Files in directory:" ls -la echo "=== Starting uvicorn ===" exec uvicorn app_minimal:app --host 0.0.0.0 --port $PORT --log-level info

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/gentiku/remote-mcp-server'

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