Skip to main content
Glama

tavily-search-mcp-server

by apappascs
docker-compose.yml419 B
version: '3.8' services: tavily-search-mcp-server: build: context: . dockerfile: Dockerfile image: tavily-search-mcp-server:latest container_name: tavily-search-mcp-server ports: - "3001:3001" environment: - TAVILY_API_KEY=${TAVILY_API_KEY} - TRANSPORT=${TRANSPORT:-stdio} # Default to stdio if not set volumes: - ./src:/app/src restart: unless-stopped

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/apappascs/tavily-search-mcp-server'

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