Skip to main content
Glama

Twitter MCP Server

by takiAA
docker-compose.yml542 B
version: '3' services: twitter-scraper-mcp: build: . container_name: twitter-scraper-mcp environment: - HTTP_PROXY=http://host.docker.internal:7890 - HTTPS_PROXY=http://host.docker.internal:7890 - NODE_TLS_REJECT_UNAUTHORIZED=0 # Twitter credentials from .env will be passed through env_file: - .env # No need to expose ports for stdio transport volumes: - .:/app - /app/node_modules extra_hosts: - "host.docker.internal:host-gateway" 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/takiAA/twitter-scraper-mcp'

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