morphllm-fast-apply

stdio

Used by 1 plugin

Installs superclaude-framework, the highest-starred plugin that provides this server

Install
1
Run in your terminal
$
npx claudepluginhub rafaelcalleja/claude-market-place --plugin superclaude-framework
Add to Your Project

Add to your .mcp.json:

{
  "mcpServers": {
    "morphllm-fast-apply": {
      "command": "npx",
      "args": [
        "@morph-llm/morph-fast-apply",
        "/home/"
      ],
      "env": {
        "ALL_TOOLS": "true",
        "MORPH_API_KEY": "<your-morph-api-key>"
      }
    }
  }
}

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.

External connections

This server connects to external services. Review the URLs it accesses before enabling.

Command
npx
Access Level
write
Arguments
@morph-llm/morph-fast-apply/home/
Environment Variables
ALL_TOOLS=true
MORPH_API_KEY=
Required Secrets
MORPH_API_KEY