Skip to main content
Glama

Spotify MCP Server

by gentiku
main_railway.py•224 B
import os from fastapi import FastAPI app = FastAPI() @app.get("/") def read_root(): return {"Hello": "World", "port": os.getenv("PORT", "unknown")} @app.get("/health") def health_check(): return {"status": "ok"}

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