Skip to content
Zed

readhn for Zed

io.github.xodn348/readhn

AI-native HackerNews MCP Server. Find HN content that matters with explainable quality signals.

client:Zed transport:stdio runtime:pypi

Install readhn in Zed

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

{
  "context_servers": {
    "readhn": {
      "command": "uvx",
      "args": [
        "readhn"
      ]
    }
  }
}

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

readhn in other clients