mcp hackernews for Zed
io.github.yintokey/mcp_hackernews
MCP server exposing a simple Hacker News search tool (top stories).
client:Zed
transport:stdio
runtime:pypi
Install mcp hackernews in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp_hackernews": {
"command": "uvx",
"args": [
"mcp-hackernews"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs