Skip to main content
Glama

Kodi MCP Server

by laHeud
docker-compose.yml1.08 kB
services: kodi-mcp-server: build: context: . dockerfile: Dockerfile container_name: kodi-mcp-server restart: unless-stopped ports: - "8081:8080" #volumes: # - ./logs:/app/logs # - ./data:/app/data # Pour des données persistantes si nécessaire #networks: # - kodi-network healthcheck: test: ["CMD", "curl", "-f", "http://localhost:8080/health"] interval: 30s timeout: 10s retries: 3 start_period: 10s depends_on: [] environment: - KODI_HOST=${KODI_HOST} - KODI_PORT=${KODI_PORT} - KODI_USERNAME=${KODI_USERNAME} - KODI_PASSWORD=${KODI_PASSWORD} - KODI_DOWNLOADS_PATH=${KODI_DOWNLOADS_PATH} - SERVER_HOST=${SERVER_HOST:-0.0.0.0} - SERVER_PORT=${SERVER_PORT:-8081} - MCP_SERVER_NAME=${MCP_SERVER_NAME:-kodi-controller} - LOG_LEVEL=${LOG_LEVEL:-INFO} - ENVIRONMENT=production logging: driver: "json-file" options: max-size: "10m" max-file: "3" networks: kodi-network: driver: bridge

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/laHeud/kodi-mcp-server'

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