Skip to main content
Glama

Zerion MCP Server

by SAK1337
docker-compose.yml•888 B
version: '3.8' services: zerion-mcp-server: build: context: . dockerfile: Dockerfile container_name: zerion-mcp-server environment: # Required: Set your Zerion API key - ZERION_API_KEY=${ZERION_API_KEY:-zk_dev_4615575f11864cd680aa614bf58544c2} # Optional: Override defaults - CONFIG_PATH=/app/config.yaml - LOG_LEVEL=${LOG_LEVEL:-INFO} - LOG_FORMAT=${LOG_FORMAT:-text} volumes: # Mount config file (optional, uses default if not provided) - ./config.yaml:/app/config.yaml:ro # Mount logs directory for persistent logs - ./logs:/app/logs ports: # Expose port 8000 if running HTTP server mode - "8000:8000" restart: unless-stopped # Stdin/tty for MCP protocol communication stdin_open: true tty: true # Network mode for MCP communication network_mode: bridge

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/SAK1337/myzerionmcp'

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