Skip to main content
Glama

Torrent Search MCP Server

compose.yaml569 B
name: torrent-search-mcp services: torrent-search-mcp: container_name: torrent-search-mcp build: . image: torrent-search-mcp restart: unless-stopped ports: - 8000:8000 env_file: - .env volumes: - torrents:/app/${FOLDER_TORRENT_FILES:-torrents} # (Optional) If PREFER_TORRENT_FILES=true dns: - 9.9.9.9 - 149.112.112.112 - 2620:fe::fe - 2620:fe::9 logging: driver: "json-file" options: max-size: "10m" max-file: "3" network_mode: bridge volumes: torrents:

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/philogicae/torrent-search-mcp'

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