OpenCode plugin for Morph Fast Apply - 10x faster code editing with lazy edit markers. No MCP server needed.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"opencode-morph-fast-": {
"command": "npx",
"args": [
"-y",
"JRedeker/opencode-morph-fast-apply"
]
}
}
}
Run in terminal:
claude mcp add opencode-morph-fast- npx -y JRedeker/opencode-morph-fast-apply
Add to .cursor/mcp.json:
{
"mcpServers": {
"opencode-morph-fast-": {
"command": "npx",
"args": [
"-y",
"JRedeker/opencode-morph-fast-apply"
]
}
}
}