explore
Read-only codebase exploration: generate a project map or answer questions about specific files, without loading code into your context.
Instructions
Read-only codebase exploration, the cheap counterpart to Claude's Explore. Two modes: omit files to get a general project map (layout, modules, entry points, build/test, conventions); pass files to answer a question about those specific files. Either way the code never enters your context — only the answer does.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| question | No | What you want to know. With `files`: a question about them. Without: an optional angle (e.g. 'how auth works'). Omit entirely for a general map. | |
| files | No | Optional file paths to scope the exploration to (relative to cwd or absolute). | |
| cwd | No | Absolute path to the project root. Defaults to the server's cwd. | |
| model | No | Cursor model id (e.g. 'auto', 'composer-2.5', 'gpt-5.2'). Default 'auto' (cheapest). | |
| effort | No | Reasoning effort for parameterized models (e.g. 'low'|'high'). Ignored by 'auto'. |