Run with GitHub Copilot
Overview
Before You Begin
AKTO_MCP_SERVER_URL=<your-mcp-server-url>
Configuration
1
2
3
# Leave this empty — you're using GitHub Copilot as your model provider
ANTHROPIC_API_KEY=""
NODE_ENV=production
PORT=5500
AGENTIC_MODE=true
MCP_SERVER_URL=<YOUR_AKTO_MCP_SERVER_URL>
# Required when you're using GitHub Copilot
DASHBOARD_URL=<YOUR_AKTO_DASHBOARD_URL>
AKTO_API_KEY=<YOUR_AKTO_API_KEY>Variable
What to set
4
docker compose down && docker compose up -dSupport
Last updated