hotin for Cursor
io.github.abe238/hotin
What's hot in AI right now, ranked with receipts from GitHub, HN, npm and Hugging Face.
client:Cursor
transport:stdio
runtime:pypi
Install hotin in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"hotin": {
"type": "stdio",
"command": "uvx",
"args": [
"hotin"
],
"env": {
"GITHUB_TOKEN": "<GITHUB_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs