Loading...
Loading...
Fast codebase search via WarpGrep (20x faster than grep)
npx skill4agent add parcadei/continuous-claude-v3 morph-searchuv run python -m runtime.harness scripts/mcp/morph_search.py \
--search "authentication" --path "."uv run python -m runtime.harness scripts/mcp/morph_search.py \
--search "def.*login" --path "./src"uv run python -m runtime.harness scripts/mcp/morph_search.py \
--edit "/path/to/file.py" --content "new content"| Parameter | Description |
|---|---|
| Search query/pattern |
| Directory to search (default: |
| File path to edit |
| New content for file (use with |
# Find all async functions
uv run python -m runtime.harness scripts/mcp/morph_search.py \
--search "async def" --path "./src"
# Search for imports
uv run python -m runtime.harness scripts/mcp/morph_search.py \
--search "from fastapi import" --path "."| Tool | Best For |
|---|---|
| morph/warpgrep | Fast text/regex search (20x faster) |
| ast-grep | Structural code search (understands syntax) |
morphMORPH_API_KEY