Skip to main content
Glama

Kodi MCP Server

by laHeud
.gitignore•1.09 kB
# Environment Variables .env .env.local .env.*.local # Python __pycache__/ *.py[cod] *$py.class *.so .Python build/ develop-eggs/ dist/ downloads/ eggs/ .eggs/ lib/ lib64/ parts/ sdist/ var/ wheels/ share/python-wheels/ *.egg-info/ .installed.cfg *.egg MANIFEST # PyInstaller *.manifest *.spec # Unit tests / coverage .coverage .pytest_cache/ cover/ htmlcov/ .tox/ .nox/ .coverage .coverage.* .cache nosetests.xml coverage.xml *.cover *.py,cover .hypothesis/ .pytest_cache/ # Virtual environments .env .venv env/ venv/ ENV/ env.bak/ venv.bak/ # IDEs and editors .vscode/ .idea/ *.swp *.swo *~ .DS_Store Thumbs.db # Logs logs/ *.log *.log.* *.log.gz *.log.zip # Application data data/ *.db *.sqlite *.sqlite3 # Docker docker-compose.override.yml # Temporary files *.tmp *.temp .tmp/ .temp/ # OS .DS_Store .DS_Store? ._* .Spotlight-V100 .Trashes ehthumbs.db Thumbs.db # Backup files *.bak *.backup *~ # Runtime files *.pid *.sock # Security and secrets secrets/ private/ certs/ *.pem *.key *.crt *.p12 *.pfx # Local testing scripts test_local.* debug_* demo_* quick_* local_*

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