Search any local codebase with a natural language query. Results come back in under 6 seconds.
npm installMORPH_API_KEY=your-key npx tsx search.tsPass a custom query:
MORPH_API_KEY=your-key npx tsx search.ts "Find where errors are handled"- Creates a
MorphClientwith your API key - Calls
morph.warpGrep.execute()with a natural language query - Prints the relevant code files and snippets
That's it. WarpGrep handles all the searching, reasoning, and filtering internally.