Skip to main content
Use this guide for GitHub Copilot in VS Code and GitHub Copilot CLI. Both can connect to remote HTTP MCP servers.
1

Get your Lightsage API key

Open the Lightsage dashboard, copy your API key, and store it as LIGHTSAGE_API_KEY:
Do not put your API key in shared project config, screenshots, issue reports, or public repositories.
2

Add Lightsage MCP to GitHub Copilot in VS Code

Open the command palette and run MCP: Open User Configuration. Add Lightsage to your user mcp.json:
Keep this in user configuration unless your team has a shared secret-management pattern for workspace MCP config.
3

Optional: add Lightsage MCP to Copilot CLI

For Copilot CLI, add Lightsage with the MCP command:
You can also add Lightsage to ~/.copilot/mcp-config.json:
Use this only for private user config. Do not commit static API keys.
4

Verify GitHub Copilot tools

In VS Code, run MCP: List Servers and start the lightsage server if it is not already running.In Copilot CLI, run:
Then run a read-only prompt:
See the VS Code MCP configuration reference and GitHub Copilot CLI MCP docs.