Skip to main content
Glama

Spotify Streamable MCP Server

by iceener
biome.json848 B
{ "$schema": "https://biomejs.dev/schemas/2.1.3/schema.json", "formatter": { "enabled": true, "indentStyle": "space", "indentWidth": 2, "lineWidth": 88 }, "files": { "includes": ["src/**", "README.md", "package.json", "biome.json", "tsconfig.json"] }, "linter": { "enabled": true, "rules": { "recommended": true, "suspicious": { "noExplicitAny": "warn" }, "complexity": { "noForEach": "off" }, "style": { "useBlockStatements": "error" } } }, "assist": { "actions": { "source": { "organizeImports": "on" } } }, "overrides": [], "javascript": { "formatter": { "semicolons": "always", "quoteStyle": "single", "trailingCommas": "all", "arrowParentheses": "always" } } }

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/iceener/spotify-streamable-mcp-server'

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