# Gogs MCP Server Configuration # Required: URL of your Gogs server instance GOGS_SERVER_URL=https://your-gogs-server.com # Optional but recommended: Gogs access token for authenticated operations # Generate this from your Gogs instance: Settings → Applications → Generate New Token GOGS_ACCESS_TOKEN=your-access-token-here # Node environment (automatically set in Docker, but can override) # NODE_ENV=production