npx claudepluginhub dylanliiii/shipyard --plugin VengineerAdd to your .mcp.json:
{
"mcpServers": {
"morph-mcp": {
"command": "npx",
"args": [
"-y",
"@morphllm/morphmcp"
],
"env": {
"MORPH_API_KEY": "${MORPH_API_KEY}"
}
}
}
}Replace placeholder values for: MORPH_API_KEY
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server connects to external services. Review the URLs it accesses before enabling.
npxMORPH_API_KEY=${MORPH_API_KEY}