Skip to main content
Kilo supports remote MCP servers from kilo.json. Kilo Code also supports kilo.jsonc. Use this guide to connect Kilo to the hosted Lightsage MCP endpoint.
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 Kilo

Add Lightsage MCP to ~/.config/kilo/kilo.json for global CLI access, or to ~/.config/kilo/kilo.jsonc for Kilo Code. For one project, use ./kilo.json, ./kilo.jsonc, or ./.kilo/kilo.jsonc:
3

Verify Kilo tools

List configured MCP servers:
In the Kilo TUI, use /mcps if you need to inspect or toggle MCP servers.Then run a read-only prompt:
See the Kilo CLI MCP docs and Kilo Code MCP docs.