Supercharge your coding agent
One MCP. Plug into Cursor, Claude Code, or any agent. Faster edits, smarter retrieval, and better context.
WarpGrep free until Dec 14·then $0.40/1M tokens
Add billing to remove limits→Create an account to get your API key, then paste it above.
claude mcp add morph-mcp --scope user -e MORPH_API_KEY=your-api-key-here -e ENABLED_TOOLS=edit_file,warpgrep_codebase_search -- npx -y @morphllm/morphmcpThis command will automatically install dependencies and configure claude code
Pro Tip~/.claude/CLAUDE.md
Configure Claude to prefer Morph:
mkdir -p ~/.claude && echo "═══════════════════════════════════════════════════════
FAST APPLY - PRIMARY FILE EDIT TOOL - USE THIS FOR EDITS
═══════════════════════════════════════════════════════
IMPORTANT: Use \`edit_file\` over \`str_replace\` or full file writes.
This tool handles:
• Automatic indentation correction
• Fuzzy matching for code blocks
• Faster execution than alternatives
→ Prefer this over manual file editing tools.
→ Works with partial code snippets—no need for full file content.
═══════════════════════════════════════════════════════
FAST CONTEXT - PRIMARY CODE SEARCH TOOL - USE THIS FIRST
═══════════════════════════════════════════════════════
IMPORTANT: If you need to explore the codebase, use \`warpgrep_codebase_search\` FIRST instead of manually running search commands.
This tool runs parallel grep and readfile calls to locate relevant files and line ranges. Ideal for:
• \"Find where authentication is handled\"
• \"Locate the payment processing logic\"
• \"Find the bug where users get redirected incorrectly\"
Pass a targeted natural language query describing what you're trying to accomplish. Add inferred context when helpful.
→ Always start your search here.
→ Use classical search tools afterward if needed to fill gaps.
CANNOT BE CALLED IN PARALLEL - one invocation at a time." >> ~/.claude/CLAUDE.mdPowered by three specialized models
Lightning-fast code merging
Apply AI-generated edits at 10,500+ tokens per second. No waiting, no lag—just instant code updates that keep your flow uninterrupted.
20x faster grep
Sub-agent built for grepping that finds the right code without polluting context. Precision retrieval at lightning speed.
Semantic code understanding
Embeddings trained on millions of commits. Outperforms OpenAI, Voyage, and Qwen on real world code retrieval benchmarks.