Skip to main content
Glama
hithereiamaliff

Keywords Everywhere MCP Server

docker-compose.yml1.02 kB
# Keywords Everywhere MCP Server - Docker Compose # For self-hosting on VPS at mcp.techmavie.digital/keywords-everywhere version: '3.8' services: mcp-keywords-everywhere: build: . container_name: mcp-keywords-everywhere restart: unless-stopped ports: - "3003:3000" environment: - PORT=3000 - HOST=0.0.0.0 - TRANSPORT_TYPE=http - KEYWORDS_EVERYWHERE_API_KEY=${KEYWORDS_EVERYWHERE_API_KEY} - NODE_ENV=production - ANALYTICS_FILE=/app/data/keywords-everywhere-analytics.json env_file: - .env volumes: - analytics-data:/app/data healthcheck: test: ["CMD", "wget", "--no-verbose", "--tries=1", "--spider", "http://localhost:3000/health"] interval: 30s timeout: 10s retries: 3 start_period: 10s networks: - mcp-network logging: driver: "json-file" options: max-size: "10m" max-file: "3" networks: mcp-network: driver: bridge volumes: analytics-data:

Latest Blog Posts

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/hithereiamaliff/mcp-keywords-everywhere'

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