Skip to content
Zed

CarryFeed for Zed

io.github.christian-beep383/carryfeed

Resolve public X/Twitter profiles, posts, and media through CarryFeed.

client:Zed transport:stdio runtime:npm

Install CarryFeed in Zed

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

{
  "context_servers": {
    "carryfeed": {
      "command": "npx",
      "args": [
        "-y",
        "@carryfeed/mcp"
      ]
    }
  }
}

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

CarryFeed in other clients