LightOn exposes a hosted MCP server that lets MCP-compatible clients (Claude Desktop, Claude Code, Cursor, etc.) search and ingest documents in your workspaces.Documentation Index
Fetch the complete documentation index at: https://developers.lighton.ai/llms.txt
Use this file to discover all available pages before exploring further.
Server URL
Authentication
The server accepts an API key in two forms — pick whichever fits your client.- Bearer token
- Query parameter
Pass the key in the
Authorization header. Recommended for clients that support custom headers.