Solution
Live Corrdex solutions for engineers and coding agents
Corrdex currently has two live hosted solution surfaces: CorrdexLive MCP for coding agents and Corrdex AI for repo-aware project chat. Both run on top of indexed Corrdex project context, but they fit different workflows.
At a glance
CorrdexLive MCP is for coding agents that need hosted repo context.
Corrdex AI is for engineers asking repo-aware questions in the Corrdex app.
Both rely on the same indexed project understanding, routing, and context trimming layer.
01
CorrdexLive MCP
Use hosted Corrdex context from coding agents without re-indexing the repo inside the agent runtime.
Pulls from your hosted Corrdex project, not local agent-side indexing.
Returns trimmed repo context instead of raw oversized context blobs.
Best for coding agents that need scoped codebase understanding before opening files directly.
Live today
Best fit
UserCoding agent
Context sourceHosted indexed project
Primary modeMCP tool call
OutputTrimmed context
02
Corrdex AI
Ask questions against indexed project context and get scoped answers grounded in files, functions, branches, and structural signals.
Built for project chat over indexed repositories.
Uses Corrdex routing and context trimming before answer generation.
Best for engineers who want repo-aware answers without stitching the context manually.
Live today
Best fit
UserEngineer
Context sourceHosted indexed project
Primary modeProject chat
OutputScoped answer