Skip to content

content repurposing mcp for Zed

io.github.closermethod/content-repurposing-mcp

One asset, every platform: repurpose maps, platform specs, and the film-once-cut-many workflow.

client:Zed transport:stdio runtime:npm

Install content repurposing mcp in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "content-repurposing-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "content-repurposing-mcp"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

content repurposing mcp in other clients