morph
stdioUsed by 1 plugin
Installs yellow-morph, the highest-starred plugin that provides this server
Install
1
Run in your terminal$
npx claudepluginhub kinginyellows/yellow-plugins --plugin yellow-morphAdd to Your Project
Add 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
Security Considerations
Requires secrets
This MCP server needs API keys or credentials. Configure them in your environment before use.
Command
npxAccess Level
write
Arguments
-y@morphllm/morphmcp@0.8.110
Environment Variables
ENABLED_TOOLS=edit_file,warpgrep_codebase_searchMORPH_API_KEY=${MORPH_API_KEY}WORKSPACE_MODE=trueRequired Secrets
MORPH_API_KEY