MCP Server
Active
AGPL-3.0
io.github.digitalgremlin/hn-developer-sentiment-mcp MCP Server
io.github.digitalgremlin/hn-developer-sentiment-mcp
What is the io.github.digitalgremlin/hn-developer-sentiment-mcp MCP server?
Deterministic Hacker News developer sentiment, themes & feature requests via MCP. No API key.
How to install io.github.digitalgremlin/hn-developer-sentiment-mcp
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"hn-developer-sentiment-mcp": {
"url": "https://joeslade--hn-developer-sentiment-mcp.apify.actor/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"hn-developer-sentiment-mcp": {
"serverUrl": "https://joeslade--hn-developer-sentiment-mcp.apify.actor/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"hn-developer-sentiment-mcp": {
"type": "http",
"url": "https://joeslade--hn-developer-sentiment-mcp.apify.actor/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"hn-developer-sentiment-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://joeslade--hn-developer-sentiment-mcp.apify.actor/mcp"
]
}
}
}Claude Code
claude mcp add --transport http hn-developer-sentiment-mcp https://joeslade--hn-developer-sentiment-mcp.apify.actor/mcpRelated MCP servers
GitHub repo maintainability verdicts—maintained, slowing, at-risk, abandoned—via MCP.
0
View repository →TypeScript
AGPL-3.0