Skip to main content
Glama

ListenHub MCP Server

by marswaveai
docker-compose.yml390 B
version: '3.8' services: listenhub-mcp-server: build: context: . dockerfile: Dockerfile container_name: listenhub-mcp-server environment: - LISTENHUB_API_KEY=${LISTENHUB_API_KEY} - TRANSPORT=${TRANSPORT:-stdio} - PORT=${PORT:-3000} ports: - "${PORT:-3000}:${PORT:-3000}" restart: unless-stopped stdin_open: true tty: true

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/marswaveai/listenhub-mcp-server'

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