Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"morph": {
"command": "npx",
"args": [
"-y",
"@morphllm/[email protected]"
],
"env": {
"ENABLED_TOOLS": "edit_file,warpgrep_codebase_search",
"MORPH_API_KEY": "${MORPH_API_KEY}",
"WORKSPACE_MODE": "true"
}
}
}
}Replace placeholder values for: MORPH_API_KEY
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
Server configuration and connection parameters
npxCommand-line arguments passed to the server process
Environment variables set when the server starts
ENABLED_TOOLS=edit_file,warpgrep_codebase_searchMORPH_API_KEY=${MORPH_API_KEY}WORKSPACE_MODE=trueSensitive values you must provide — never committed to source control
npx claudepluginhub kinginyellows/yellow-plugins --plugin yellow-morph