Skip to main content
Glama

Kodi MCP Server

by laHeud
docker-compose.yml835 B
services: kodi-mcp-server: build: context: . dockerfile: Dockerfile container_name: kodi-mcp-server restart: unless-stopped ports: - "${SERVER_PORT:-8080}:8080" env_file: - .env 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: - ENVIRONMENT=production logging: driver: "json-file" options: max-size: "10m" max-file: "3" # Volume nommé pour la persistance (optionnel) volumes: kodi-data: driver: local 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