Skip to content

AIFeed for Zed

io.github.denyn1/aifeed-mcp-server

Verify signed AIFeed permissions, fetch token-budgeted markdown, and verify assets for AI agents.

client:Zed transport:stdio runtime:npm

Install AIFeed in Zed

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

{
  "context_servers": {
    "aifeed-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "aifeed-mcp-server"
      ]
    }
  }
}

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

AIFeed in other clients