npx claudepluginhub kinginyellows/yellow-plugins --plugin yellow-morphAdd to your .mcp.json:
{
"mcpServers": {
"morph": {
"command": "npx",
"args": [
"-y",
"@morphllm/morphmcp@0.8.110"
],
"env": {
"ENABLED_TOOLS": "edit_file,warpgrep_codebase_search",
"MORPH_API_KEY": "${MORPH_API_KEY}",
"WORKSPACE_MODE": "true"
}
}
}
}Replace placeholder values for: MORPH_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
npxENABLED_TOOLS=edit_file,warpgrep_codebase_searchMORPH_API_KEY=${MORPH_API_KEY}WORKSPACE_MODE=true