Skip to main content
Glama

SEQ MCP Server

by RoeeJ
docker-compose.dev.yml529 B
version: '3.8' services: seq: image: datalust/seq:latest container_name: seq-dev ports: - "5341:5341" environment: - ACCEPT_EULA=Y volumes: - seq-data:/data seq-mcp-dev: build: context: . dockerfile: Dockerfile container_name: seq-mcp-dev environment: - SEQ_URL=http://seq:5341 - SEQ_API_KEY=${SEQ_API_KEY:-} - SEQ_DEFAULT_LIMIT=100 - SEQ_TIMEOUT=30000 depends_on: - seq stdin_open: true tty: true volumes: seq-data:

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/RoeeJ/seq-mcp'

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