The Lumx documentation provides a Model Context Protocol (MCP) server that lets AI tools search and retrieve content directly from these docs. This means you can ask questions about the Lumx API from tools like Claude, Cursor, or VS Code and get answers grounded in the official documentation.Documentation Index
Fetch the complete documentation index at: https://docs.lumx.io/llms.txt
Use this file to discover all available pages before exploring further.
Server URL
Setup
- Claude Code
- Cursor
- VS Code
- Claude Web
Run the following command in your terminal:
Available tools
The server exposes two tools to connected AI clients. Your client picks the right one based on the question, so you don’t need to call them directly.search_lumx: semantic search across the docs. Returns matching pages with titles, snippets, and direct links. Best for “where do I find X?” questions.query_docs_filesystem_lumx: shell-style access to the raw.mdxand OpenAPI files usingrg,head,cat, andtree. Best for fetching full request schemas, listing endpoints, or grepping for specific patterns.