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
- 1. Keep HydraDB running locally.
- 2. Run the commands below inside your local Lumos checkout.
- 3. The agent will call
lumos.preflight_changebefore editing andlumos.verify_patchafter.
cd /absolute/path/to/lumos
pnpm lumos init /absolute/path/to/repository --slug owner/name
pnpm lumos connect /absolute/path/to/repositorymcp.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 connectAvailable tools
- 1
lumos.preflight_change - 2
lumos.verify_patch - 3
lumos.explain_file_rank - 4
lumos.impact - 5
lumos.tests_for_change
MCP activity
0 callsNo IDE calls yet. Once connected, successful and failed tool calls appear here.