Skip to content
VS Code

CarryFeed for VS Code

io.github.christian-beep383/carryfeed

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

client:VS Code transport:stdio runtime:npm

Install CarryFeed in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

CarryFeed in other clients