We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/neosun100/notebookLM2PPT'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
version: '3.8'
services:
pdf2ppt:
build: .
image: neosun/notebooklm2ppt:latest
container_name: pdf2ppt
ports:
- "8102:8100"
environment:
- PORT=8100
volumes:
- ./uploads:/tmp/pdf2ppt/uploads
- ./outputs:/tmp/pdf2ppt/outputs
restart: unless-stopped
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost:8100/health"]
interval: 30s
timeout: 10s
retries: 3
start_period: 10s