Skip to content
VS Code

readhn for VS Code

io.github.xodn348/readhn

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

client:VS Code transport:stdio runtime:pypi

Install readhn in VS Code

.vscode/mcp.json

{
  "servers": {
    "readhn": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "readhn"
      ]
    }
  }
}

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

readhn in other clients