
Security News
Static vs. Runtime Reachability: Insights from Latio’s On the Record Podcast
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
mcp-hacker-news
Advanced tools
A Model Context Protocol (MCP) server implementation for Hacker News built with TypeScript.
npm install -g mcp-hacker-news
Clone or copy the repository to your local folder:
git clone https://github.com/paablolc/mcp-hacker-news.git
cd mcp-hacker-news
pnpm install && pnpm build
Add to your Claude Desktop configuration (claude_desktop_config.json
):
{
"mcpServers": {
"mcp-hacker-news": {
"command": "npx",
"args": ["-y", "mcp-hacker-news"]
}
}
}
Run with MCP Inspector:
npx @modelcontextprotocol/inspector mcp-hacker-news
└── src/
├── index.ts
├── resources.ts
├── tools.ts
├── fetch-actions.ts
├── helpers.ts
└── types-hn.ts
├── package.json
├── pnpm-lock.yaml
├── tsconfig.json
├── .nvmrc
├── .gitignore
├── README.md
FAQs
Hacker News MCP Server
The npm package mcp-hacker-news receives a total of 641 weekly downloads. As such, mcp-hacker-news popularity was classified as not popular.
We found that mcp-hacker-news demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.