LUMOS
New

The Lumos API is unavailable. Start it locally, then retry.

Connect your coding agent

Run the setup on the computer that owns your repository. The browser cannot write your local Cursor files.

Cursor

Set up Django demo locally

server offline
  1. 1. Keep HydraDB running locally.
  2. 2. Run the commands below inside your local Lumos checkout.
  3. 3. The agent will call lumos.preflight_change before editing and lumos.verify_patch after.
cd /absolute/path/to/lumos
pnpm lumos init /absolute/path/to/repository --slug owner/name
pnpm lumos connect /absolute/path/to/repository
mcp.json
{
  "mcpServers": {
    "lumos": {
      "command": "pnpm",
      "args": [
        "--dir",
        "/absolute/path/to/lumos",
        "mcp"
      ],
      "env": {
        "LUMOS_REPO": "owner/name",
        "LUMOS_ROOT": "/absolute/path/to/repository"
      }
    }
  }
}

No OpenAI key is required. Lumos is the graph context layer used by the coding agent you already run.

Index your own repository

Python and TypeScript/JavaScript checkouts are supported. Replace both absolute path placeholders before running the commands.

pnpm lumos init /path/to/repo --slug owner/name
pnpm lumos connect

Available tools

  • 1lumos.preflight_change
  • 2lumos.verify_patch
  • 3lumos.explain_file_rank
  • 4lumos.impact
  • 5lumos.tests_for_change

MCP activity

0 calls

No IDE calls yet. Once connected, successful and failed tool calls appear here.