Server URL
Setup
- Claude Code
- Cursor
- VS Code
- Codex
- 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.