Skip to main content
Glama

Lidarr MCP Server

by axelterrier
docker-compose.yml254 B
version: "3.8" services: lidarr-mcp: build: . ports: - "${MCP_PORT:-3000}:3000" environment: - LIDARR_URL=${LIDARR_URL} - LIDARR_API_KEY=${LIDARR_API_KEY} - MCP_API_KEY=${MCP_API_KEY} restart: unless-stopped

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/axelterrier/lidarr-mcp'

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